<?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 Using SPATH notation in conf files in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Using-SPATH-notation-in-conf-files/m-p/440783#M76839</link>
    <description>&lt;P&gt;Hi guys,&lt;BR /&gt;
I need to uto extract fields and values during search time using &lt;STRONG&gt;SPATH notation&lt;/STRONG&gt; in props.conf and transforms.conf filles.&lt;BR /&gt;
I know that there are more convinient ways to do that, but I have to do it this way.&lt;/P&gt;

&lt;P&gt;I know how to use &lt;CODE&gt;spath&lt;/CODE&gt; in SPL, but can someone let me know what the syntax in the .conf file should look like?&lt;BR /&gt;
I cannot not find it in any docs or answers.&lt;BR /&gt;
Thank in advance.&lt;/P&gt;</description>
    <pubDate>Fri, 31 Aug 2018 11:58:11 GMT</pubDate>
    <dc:creator>danielwysockiar</dc:creator>
    <dc:date>2018-08-31T11:58:11Z</dc:date>
    <item>
      <title>Using SPATH notation in conf files</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Using-SPATH-notation-in-conf-files/m-p/440783#M76839</link>
      <description>&lt;P&gt;Hi guys,&lt;BR /&gt;
I need to uto extract fields and values during search time using &lt;STRONG&gt;SPATH notation&lt;/STRONG&gt; in props.conf and transforms.conf filles.&lt;BR /&gt;
I know that there are more convinient ways to do that, but I have to do it this way.&lt;/P&gt;

&lt;P&gt;I know how to use &lt;CODE&gt;spath&lt;/CODE&gt; in SPL, but can someone let me know what the syntax in the .conf file should look like?&lt;BR /&gt;
I cannot not find it in any docs or answers.&lt;BR /&gt;
Thank in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Aug 2018 11:58:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Using-SPATH-notation-in-conf-files/m-p/440783#M76839</guid>
      <dc:creator>danielwysockiar</dc:creator>
      <dc:date>2018-08-31T11:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using SPATH notation in conf files</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Using-SPATH-notation-in-conf-files/m-p/440784#M76840</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Are you looking for &lt;A href="http://docs.splunk.com/Documentation/Splunk/7.1.2/SearchReference/Spath#Alternatives_to_the_spath_command"&gt;this&lt;/A&gt;? &lt;/P&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/5712i0D226380EF6426C1/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>Fri, 31 Aug 2018 12:12:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Using-SPATH-notation-in-conf-files/m-p/440784#M76840</guid>
      <dc:creator>sudosplunk</dc:creator>
      <dc:date>2018-08-31T12:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using SPATH notation in conf files</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Using-SPATH-notation-in-conf-files/m-p/440785#M76841</link>
      <description>&lt;P&gt;Not exactly, I need search-time extraction defined in .conf files, not indexed extractions.&lt;BR /&gt;
I can not find how to use spath in props.conf.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Aug 2018 12:22:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Using-SPATH-notation-in-conf-files/m-p/440785#M76841</guid>
      <dc:creator>danielwysockiar</dc:creator>
      <dc:date>2018-08-31T12:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using SPATH notation in conf files</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Using-SPATH-notation-in-conf-files/m-p/440786#M76842</link>
      <description>&lt;P&gt;&lt;CODE&gt;KV_MODE&lt;/CODE&gt; is used for search-time field extractions only. These are the values you can set for KV_MODE,&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;none: if you want no field/value extraction to take place.

&lt;UL&gt;
&lt;LI&gt;auto: extracts field/value pairs separated by equal signs.&lt;/LI&gt;
&lt;LI&gt;auto_escaped: extracts fields/value pairs separated by equal signs and
          honors \" and \ as escaped sequences within quoted
          values, e.g field="value with \"nested\" quotes"&lt;/LI&gt;
&lt;LI&gt;multi: invokes the multikv search command to expand a tabular event into
   multiple events.&lt;/LI&gt;
&lt;LI&gt;xml : automatically extracts fields from XML data.&lt;/LI&gt;
&lt;LI&gt;json: automatically extracts fields from JSON data.&lt;/LI&gt;
&lt;/UL&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 31 Aug 2018 12:28:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Using-SPATH-notation-in-conf-files/m-p/440786#M76842</guid>
      <dc:creator>sudosplunk</dc:creator>
      <dc:date>2018-08-31T12:28:14Z</dc:date>
    </item>
  </channel>
</rss>

