<?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: Is it possible to search for certain events within raw data? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-search-for-certain-events-within-raw-data/m-p/314806#M94220</link>
    <description>&lt;P&gt;thx iventsekar,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=main base-search "C:\\Windows\\explorer"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;this was good enough, I didn't know about the \ , that was probably the reason I couldn't get any results, but it works now, thank you&lt;/P&gt;</description>
    <pubDate>Wed, 18 Oct 2017 07:04:16 GMT</pubDate>
    <dc:creator>ecanmaster</dc:creator>
    <dc:date>2017-10-18T07:04:16Z</dc:date>
    <item>
      <title>Is it possible to search for certain events within raw data?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-search-for-certain-events-within-raw-data/m-p/314800#M94214</link>
      <description>&lt;P&gt;Would it be possible to search for certain events within the raw data?&lt;BR /&gt;
For example, I need to find events with C:\Windows\explorer.exe&lt;/P&gt;

&lt;P&gt;I used | extract kvdelim=":\t" pairdelim="\n"  on the raw events, but its not parsing the field that I wanted,&lt;BR /&gt;
so I used rex to get the field parsed and this worked, bu then I couldn't do any searches on the field, because I need to adjust fields.conf or something like that, so instead of creating fields, I was wondering if we could straight search for the events with Rex?&lt;/P&gt;

&lt;P&gt;Or maybe eval would be better command to create field and search for events within a field?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 09:57:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-search-for-certain-events-within-raw-data/m-p/314800#M94214</guid>
      <dc:creator>ecanmaster</dc:creator>
      <dc:date>2017-10-17T09:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to search for certain events within raw data?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-search-for-certain-events-within-raw-data/m-p/314801#M94215</link>
      <description>&lt;P&gt;you want to list down the events which contains the string "C:\Windows\explorer.exe" or you want to extract this or similar paths from the events.. please clarify.. maybe post some sample events. &lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 10:02:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-search-for-certain-events-within-raw-data/m-p/314801#M94215</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2017-10-17T10:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to search for certain events within raw data?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-search-for-certain-events-within-raw-data/m-p/314802#M94216</link>
      <description>&lt;P&gt;just events containing this string in the raw data:  "C:\Windows\explorer.exe"&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 10:06:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-search-for-certain-events-within-raw-data/m-p/314802#M94216</guid>
      <dc:creator>ecanmaster</dc:creator>
      <dc:date>2017-10-17T10:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to search for certain events within raw data?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-search-for-certain-events-within-raw-data/m-p/314803#M94217</link>
      <description>&lt;P&gt;just you can include the C:\Windows\explorer.exe as a search string with "\" escaped - &lt;BR /&gt;
&lt;CODE&gt;index=main base-search "C:\\Windows\\explorer"&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 10:21:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-search-for-certain-events-within-raw-data/m-p/314803#M94217</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2017-10-17T10:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to search for certain events within raw data?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-search-for-certain-events-within-raw-data/m-p/314804#M94218</link>
      <description>&lt;P&gt;just you can include the C:\Windows\explorer.exe as a search string with "\" escaped - &lt;BR /&gt;
&lt;CODE&gt;index=main base-search "C:\\Windows\\explorer"&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;if regex is needed, &lt;BR /&gt;
&lt;CODE&gt;base-search | regex _raw="C:\\\Windows\\\explorer\.exe&lt;/CODE&gt;&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3683i6793DB54166F10FB/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 10:34:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-search-for-certain-events-within-raw-data/m-p/314804#M94218</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2017-10-17T10:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to search for certain events within raw data?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-search-for-certain-events-within-raw-data/m-p/314805#M94219</link>
      <description>&lt;P&gt;@ecanmaster, if the answer looks good, can you please accept the answer, thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 11:29:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-search-for-certain-events-within-raw-data/m-p/314805#M94219</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2017-10-17T11:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to search for certain events within raw data?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-search-for-certain-events-within-raw-data/m-p/314806#M94220</link>
      <description>&lt;P&gt;thx iventsekar,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=main base-search "C:\\Windows\\explorer"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;this was good enough, I didn't know about the \ , that was probably the reason I couldn't get any results, but it works now, thank you&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 07:04:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-search-for-certain-events-within-raw-data/m-p/314806#M94220</guid>
      <dc:creator>ecanmaster</dc:creator>
      <dc:date>2017-10-18T07:04:16Z</dc:date>
    </item>
  </channel>
</rss>

