<?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: issue querying events in quotes in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/issue-querying-events-in-quotes/m-p/244601#M72863</link>
    <description>&lt;P&gt;Legend!&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 24 Aug 2016 12:22:04 GMT</pubDate>
    <dc:creator>smudge797</dc:creator>
    <dc:date>2016-08-24T12:22:04Z</dc:date>
    <item>
      <title>issue querying events in quotes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/issue-querying-events-in-quotes/m-p/244599#M72861</link>
      <description>&lt;P&gt;Seeing issue with tabling results inside quotes and wondering if this is know issue with work around?&lt;/P&gt;

&lt;P&gt;query:&lt;BR /&gt;
index=perfmon source=process sourcetype=WinHostMon ProcessId=22864&lt;/P&gt;

&lt;P&gt;results:&lt;BR /&gt;
Type=Process&lt;BR /&gt;
Name="splunkd.exe"&lt;BR /&gt;
ProcessId=22864&lt;BR /&gt;
CommandLine=""C:\Program Files\SplunkUniversalForwarder\bin\splunkd.exe" service"&lt;BR /&gt;
StartTime="20160817005341.861352+120"&lt;BR /&gt;
Host="myhost"&lt;BR /&gt;
Path="C:\Program Files\SplunkUniversalForwarder\bin\splunkd.exe"&lt;/P&gt;

&lt;P&gt;Type=Process&lt;BR /&gt;
Name="TrustedInstaller.exe"&lt;BR /&gt;
ProcessId=19228&lt;BR /&gt;
CommandLine="C:\Windows\servicing\TrustedInstaller.exe"&lt;BR /&gt;
StartTime="20160816000024.970946+120"&lt;BR /&gt;
Host="Anotherhost"&lt;BR /&gt;
Path="C:\Windows\servicing\TrustedInstaller.exe"&lt;/P&gt;

&lt;P&gt;query:&lt;BR /&gt;
index=perfmon source=process sourcetype=WinHostMon ProcessId=22864 | table CommandLine&lt;/P&gt;

&lt;P&gt;No results..&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2016 10:59:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/issue-querying-events-in-quotes/m-p/244599#M72861</guid>
      <dc:creator>smudge797</dc:creator>
      <dc:date>2016-08-24T10:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: issue querying events in quotes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/issue-querying-events-in-quotes/m-p/244600#M72862</link>
      <description>&lt;P&gt;Yes, the double quotes give little trouble there..&lt;BR /&gt;&lt;BR /&gt;
maybe, a quick rex.. tested this and works fine.. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=WinHostMonTest | rex field=_raw "CommandLine=(?&amp;lt;CmdLine&amp;gt;.+[^\n])" | table CmdLine
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&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/1760i23E621DC7BBD9B4A/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>Wed, 24 Aug 2016 11:55:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/issue-querying-events-in-quotes/m-p/244600#M72862</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2016-08-24T11:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: issue querying events in quotes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/issue-querying-events-in-quotes/m-p/244601#M72863</link>
      <description>&lt;P&gt;Legend!&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2016 12:22:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/issue-querying-events-in-quotes/m-p/244601#M72863</guid>
      <dc:creator>smudge797</dc:creator>
      <dc:date>2016-08-24T12:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: issue querying events in quotes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/issue-querying-events-in-quotes/m-p/244602#M72864</link>
      <description>&lt;P&gt;I cant seem to put this in my dashboard:&lt;BR /&gt;
...| rex field=_raw "CommandLine=(?.+[^\n])"| table CommandLine&lt;/P&gt;

&lt;P&gt;Its complaining about the &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;title&amp;gt;$ProcessID$ Process Drilldown&amp;lt;/title&amp;gt;
    &amp;lt;search&amp;gt;
      &amp;lt;query&amp;gt;index=perfmon source=process sourcetype=WinHostMon ProcessId=22864
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;earliest=$time.earliest$ latest=$time.latest$ host=$Host$ ProcessId=$ProcessID$ | dedup ProcessId  | rex field=_raw "CommandLine=(?.+[^\n])"| table Name ProcessId CommandLine Path&lt;BR /&gt;
        &lt;BR /&gt;
        true&lt;BR /&gt;
        true&lt;BR /&gt;
        none&lt;BR /&gt;
        none&lt;BR /&gt;
        10&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2016 16:14:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/issue-querying-events-in-quotes/m-p/244602#M72864</guid>
      <dc:creator>smudge797</dc:creator>
      <dc:date>2016-08-24T16:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: issue querying events in quotes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/issue-querying-events-in-quotes/m-p/244603#M72865</link>
      <description>&lt;P&gt;i am not sure of this one.. let me create a dashboard to check it and update you back..&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 09:03:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/issue-querying-events-in-quotes/m-p/244603#M72865</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2016-08-25T09:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: issue querying events in quotes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/issue-querying-events-in-quotes/m-p/244604#M72866</link>
      <description>&lt;P&gt;CDATA! sorted it.  Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 15:01:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/issue-querying-events-in-quotes/m-p/244604#M72866</guid>
      <dc:creator>smudge797</dc:creator>
      <dc:date>2016-08-25T15:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: issue querying events in quotes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/issue-querying-events-in-quotes/m-p/244605#M72867</link>
      <description>&lt;P&gt;Is there any way to have this data straightened out with a props/transform search time or index time extraction?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 23:20:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/issue-querying-events-in-quotes/m-p/244605#M72867</guid>
      <dc:creator>smudge797</dc:creator>
      <dc:date>2017-01-26T23:20:56Z</dc:date>
    </item>
  </channel>
</rss>

