<?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: Inputlookup help in Splunk Cloud Platform</title>
    <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Inputlookup-help/m-p/506675#M80</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214488"&gt;@irishmanjb&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This should work&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;index="blah" sourcetype="blah:csv"&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;[ | inputlookup SerialNumber | table filedname | format ]&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The field name in the lookup should match with the field name in index. If its not the same use&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;rename fieldname as fieldname1 (fieldname1 is in the index)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If the field name has a white space like "Serial Number", wrap it in quotes like "filed name"&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jun 2020 13:08:34 GMT</pubDate>
    <dc:creator>anilchaithu</dc:creator>
    <dc:date>2020-06-30T13:08:34Z</dc:date>
    <item>
      <title>Inputlookup help</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Inputlookup-help/m-p/506672#M79</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I currently get CSV results from a daily import into Splunk.&amp;nbsp; The first field is a serial number in this format INA field called "Serial Number" like this "xxx&lt;SPAN class="t"&gt;-xxx-xxx&lt;/SPAN&gt;" it is the first field in the raw_data results.&lt;/P&gt;&lt;P&gt;I have a lookup&amp;nbsp; called SerialNumber that has a series of serial numbers with the same format I want to check for in the daily report.&amp;nbsp; I have tested the lookup alone in Splunk and it works fine. It has about 20 serial numbers that I want to check for in the daily results. If there is a match just return the serial number or true&lt;/P&gt;&lt;P&gt;index="blah" sourcetype="blah:csv"&lt;BR /&gt;[ | inputlookup SerialNumber ]&lt;BR /&gt;fields&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks for your help&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 12:42:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Inputlookup-help/m-p/506672#M79</guid>
      <dc:creator>irishmanjb</dc:creator>
      <dc:date>2020-06-30T12:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Inputlookup help</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Inputlookup-help/m-p/506675#M80</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214488"&gt;@irishmanjb&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This should work&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;index="blah" sourcetype="blah:csv"&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;[ | inputlookup SerialNumber | table filedname | format ]&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The field name in the lookup should match with the field name in index. If its not the same use&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;rename fieldname as fieldname1 (fieldname1 is in the index)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If the field name has a white space like "Serial Number", wrap it in quotes like "filed name"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 13:08:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Inputlookup-help/m-p/506675#M80</guid>
      <dc:creator>anilchaithu</dc:creator>
      <dc:date>2020-06-30T13:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Inputlookup help</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Inputlookup-help/m-p/506678#M81</link>
      <description>&lt;P&gt;If your data and the CSV file use the same field names then this should work.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="blah" sourcetype="blah:csv"
  [ | inputlookup SerialNumber | format ]
| table *&lt;/LI-CODE&gt;&lt;P&gt;If the field names are different then add a &lt;FONT face="courier new,courier"&gt;rename&lt;/FONT&gt; command within the subsearch.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="blah" sourcetype="blah:csv"
  [ | inputlookup SerialNumber | rename "Serial Number" as serialNumber | format ]
| table *&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 30 Jun 2020 13:11:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Inputlookup-help/m-p/506678#M81</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-06-30T13:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Inputlookup help</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Inputlookup-help/m-p/506694#M82</link>
      <description>&lt;P&gt;Thanks for the follow up!&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 13:56:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Inputlookup-help/m-p/506694#M82</guid>
      <dc:creator>irishmanjb</dc:creator>
      <dc:date>2020-06-30T13:56:01Z</dc:date>
    </item>
  </channel>
</rss>

