<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how display multiple fields in one lookup command from one csv file in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/how-to-display-multiple-fields-in-one-lookup-command-from-one/m-p/693973#M236065</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thenks for reply&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;count_err is exist in xxx.csv&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I forgot to mention that when I do that it does appear&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[inputlookup xxx.csv |search dag_id=**** |table system, time_range, count_err]&lt;/LI-CODE&gt;&lt;P&gt;but I have to do that in lookup&lt;/P&gt;&lt;P&gt;Thank&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jul 2024 13:51:32 GMT</pubDate>
    <dc:creator>Bracha</dc:creator>
    <dc:date>2024-07-22T13:51:32Z</dc:date>
    <item>
      <title>how to display multiple fields in one lookup command from one csv file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-display-multiple-fields-in-one-lookup-command-from-one/m-p/693950#M236057</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is a line of code that takes the fields from the CSV file&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;|lookup xxx.csv id OUTPUTNEW system time_range&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I want to add one field&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;|lookup xxx.csv id OUTPUTNEW system time_range count_err&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I do this nothing is added, why?&lt;BR /&gt;I would appreciate your help, thanks&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 12:10:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-display-multiple-fields-in-one-lookup-command-from-one/m-p/693950#M236057</guid>
      <dc:creator>Bracha</dc:creator>
      <dc:date>2024-07-22T12:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: how display multiple fields in one lookup command from one csv file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-display-multiple-fields-in-one-lookup-command-from-one/m-p/693952#M236059</link>
      <description>&lt;P&gt;Either count_err doesn't exist in xxx.csv or no events have a value in id which matches an entry in xxx.csv with a corresponding value in count_err&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 11:30:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-display-multiple-fields-in-one-lookup-command-from-one/m-p/693952#M236059</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-07-22T11:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: how display multiple fields in one lookup command from one csv file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-display-multiple-fields-in-one-lookup-command-from-one/m-p/693973#M236065</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thenks for reply&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;count_err is exist in xxx.csv&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I forgot to mention that when I do that it does appear&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[inputlookup xxx.csv |search dag_id=**** |table system, time_range, count_err]&lt;/LI-CODE&gt;&lt;P&gt;but I have to do that in lookup&lt;/P&gt;&lt;P&gt;Thank&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 13:51:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-display-multiple-fields-in-one-lookup-command-from-one/m-p/693973#M236065</guid>
      <dc:creator>Bracha</dc:creator>
      <dc:date>2024-07-22T13:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: how display multiple fields in one lookup command from one csv file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-display-multiple-fields-in-one-lookup-command-from-one/m-p/693974#M236066</link>
      <description>&lt;P&gt;Does count_err have a value for every id you have in your events?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 13:57:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-display-multiple-fields-in-one-lookup-command-from-one/m-p/693974#M236066</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-07-22T13:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: how display multiple fields in one lookup command from one csv file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-display-multiple-fields-in-one-lookup-command-from-one/m-p/694026#M236081</link>
      <description>&lt;P&gt;yes&amp;nbsp;&lt;/P&gt;&lt;P&gt;it is a values for id in my events&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 05:37:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-display-multiple-fields-in-one-lookup-command-from-one/m-p/694026#M236081</guid>
      <dc:creator>Bracha</dc:creator>
      <dc:date>2024-07-23T05:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: how display multiple fields in one lookup command from one csv file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-display-multiple-fields-in-one-lookup-command-from-one/m-p/694036#M236083</link>
      <description>&lt;P&gt;How large is your csv?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 07:45:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-display-multiple-fields-in-one-lookup-command-from-one/m-p/694036#M236083</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-07-23T07:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to display multiple fields in one lookup command from one csv file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-display-multiple-fields-in-one-lookup-command-from-one/m-p/694038#M236084</link>
      <description>&lt;P&gt;5 columns and 79 rows&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 08:18:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-display-multiple-fields-in-one-lookup-command-from-one/m-p/694038#M236084</guid>
      <dc:creator>Bracha</dc:creator>
      <dc:date>2024-07-23T08:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: how display multiple fields in one lookup command from one csv file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-display-multiple-fields-in-one-lookup-command-from-one/m-p/694188#M236121</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;5 columns and 79 rows&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 11:17:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-display-multiple-fields-in-one-lookup-command-from-one/m-p/694188#M236121</guid>
      <dc:creator>Bracha</dc:creator>
      <dc:date>2024-07-24T11:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: how display multiple fields in one lookup command from one csv file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-display-multiple-fields-in-one-lookup-command-from-one/m-p/694199#M236125</link>
      <description>&lt;P&gt;OK so this size doesn't look like it should give you a problem, so it is possibly down to your actual data. Does it fail for all values of id? Are there other fields that you could try adding instead of count_err which might work? Can you break down the problem further to try and isolate the issue?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 12:53:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-display-multiple-fields-in-one-lookup-command-from-one/m-p/694199#M236125</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-07-24T12:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: how display multiple fields in one lookup command from one csv file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-display-multiple-fields-in-one-lookup-command-from-one/m-p/694237#M236145</link>
      <description>&lt;P&gt;In the CSV file I have id, system, time_range, count_err&lt;/P&gt;&lt;P&gt;I received a ready dashboard that monitors the DAGS from the AIRFLOW&lt;BR /&gt;I am interested in creating for each DAG its own alert with the same logic of the dashboard only with a small change,&lt;/P&gt;&lt;P&gt;in the dashboard I mark success if it returned from the AIRFLOW logs success in a time frame I gave the same field in the CSV file and ERROR if it did not return success or returned FAILED,&lt;BR /&gt;In the alert, I want that if I receive faild as the number of times listed in the CSV file or if it does not return success at the time_range I specified in the CSV file, that it be ERROR&lt;BR /&gt;The dashboard is taken from the file with the syntax of&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[|inputlookup xxx.csv .....]
|lookup xxx.csv dag_id OUTPUTNEW system time_range&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;And I want to add a field&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;|lookup xxx.csv dag_id OUTPUTNEW system time_range count_err&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;And I don't know why the extra field is not displayed&lt;/P&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 Jul 2024 18:52:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-display-multiple-fields-in-one-lookup-command-from-one/m-p/694237#M236145</guid>
      <dc:creator>Bracha</dc:creator>
      <dc:date>2024-07-24T18:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to display multiple fields in one lookup command from one csv file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-display-multiple-fields-in-one-lookup-command-from-one/m-p/694250#M236146</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/262845"&gt;@Bracha&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Try with OUTPUT.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the OUTPUTNEW clause is specified, &lt;STRONG&gt;the lookup is not performed for events in which the output fields already exist in the events&lt;/STRONG&gt;.&lt;BR /&gt;If the OUTPU T clause is specified, the output lookup fields overwrite existing fields in the events.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 03:01:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-display-multiple-fields-in-one-lookup-command-from-one/m-p/694250#M236146</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2024-07-25T03:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to display multiple fields in one lookup command from one csv file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-display-multiple-fields-in-one-lookup-command-from-one/m-p/694260#M236151</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/129090"&gt;@manjunathmeti&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for reply&lt;/P&gt;&lt;P&gt;I tried OUTPUT and its the same behavior&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 06:11:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-display-multiple-fields-in-one-lookup-command-from-one/m-p/694260#M236151</guid>
      <dc:creator>Bracha</dc:creator>
      <dc:date>2024-07-25T06:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: how display multiple fields in one lookup command from one csv file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-display-multiple-fields-in-one-lookup-command-from-one/m-p/694261#M236152</link>
      <description>&lt;P&gt;I note that it does not alert the field that does not exist,&lt;BR /&gt;When I make another file that doesn't have the field, it does warn&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 06:12:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-display-multiple-fields-in-one-lookup-command-from-one/m-p/694261#M236152</guid>
      <dc:creator>Bracha</dc:creator>
      <dc:date>2024-07-25T06:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: how display multiple fields in one lookup command from one csv file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-display-multiple-fields-in-one-lookup-command-from-one/m-p/694263#M236153</link>
      <description>&lt;P&gt;Hey&lt;BR /&gt;Thank you for being so helpful&lt;BR /&gt;Glad to say I solved it&lt;BR /&gt;It turns out I forgot to set it as a stats....&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 06:26:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-display-multiple-fields-in-one-lookup-command-from-one/m-p/694263#M236153</guid>
      <dc:creator>Bracha</dc:creator>
      <dc:date>2024-07-25T06:26:45Z</dc:date>
    </item>
  </channel>
</rss>

