<?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: Search Time extraction not working in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Search-Time-extraction-not-working/m-p/577899#M10917</link>
    <description>Are you running SPL on your app (my_app) context or in search app? If you want that those extractions are working somewhere else you must add that information to meta/default.meta inside our app.&lt;BR /&gt;&lt;BR /&gt;And you have done restart or at least reload on SH side after deployment?&lt;BR /&gt;&lt;BR /&gt;Also I think that you are not needing " in a FIELDS as separating field names.&lt;BR /&gt;&lt;BR /&gt;r. Ismo</description>
    <pubDate>Thu, 09 Dec 2021 13:54:51 GMT</pubDate>
    <dc:creator>isoutamo</dc:creator>
    <dc:date>2021-12-09T13:54:51Z</dc:date>
    <item>
      <title>Search Time extraction not working</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Search-Time-extraction-not-working/m-p/577834#M10911</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am currently working in a new environment where I am trying to do field extraction based of pipe delimiter.&lt;/P&gt;&lt;P&gt;1) A new app (say my_app) with only inputs.conf is pushed onto the target uf through the deployment server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;inputs.conf:
[monitor:///path1/file1]
index=my_index
soyrcetype=my_st&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;&lt;/P&gt;&lt;P&gt;2) Data is getting ingested and the requirement is to do field extraction on all the events separated by pipe delimiter (12345|2021-09-12 11:12:34 345|INFO|blah|blah|blah blah)&lt;/P&gt;&lt;P&gt;My approach followed&lt;/P&gt;&lt;P&gt;1) Create a new app (plain folder my_app) on my deployer and push it to the search heads with below conf files&lt;/P&gt;&lt;P&gt;I felt it was simple to achieve and did this. somehow it's not working. Did I miss any step to link the app on forwarder and the shc?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;ls my_app/default/
app.conf props.conf transforms.conf

props.conf
[my_st]
REPORT-getfields = getfields

transforms.conf
[getfields]
DELIMS = "|"
FIELDS = "thread_id","timestamp","loglevel","log_tag","message"&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;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 00:52:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Search-Time-extraction-not-working/m-p/577834#M10911</guid>
      <dc:creator>nareshinsvu</dc:creator>
      <dc:date>2021-12-09T00:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Search Time extraction not working</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Search-Time-extraction-not-working/m-p/577899#M10917</link>
      <description>Are you running SPL on your app (my_app) context or in search app? If you want that those extractions are working somewhere else you must add that information to meta/default.meta inside our app.&lt;BR /&gt;&lt;BR /&gt;And you have done restart or at least reload on SH side after deployment?&lt;BR /&gt;&lt;BR /&gt;Also I think that you are not needing " in a FIELDS as separating field names.&lt;BR /&gt;&lt;BR /&gt;r. Ismo</description>
      <pubDate>Thu, 09 Dec 2021 13:54:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Search-Time-extraction-not-working/m-p/577899#M10917</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2021-12-09T13:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Search Time extraction not working</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Search-Time-extraction-not-working/m-p/577943#M10920</link>
      <description>&lt;P&gt;Just to make sure - that "soyrcetype" is just a typo on forums, not in your actual config?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 21:00:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Search-Time-extraction-not-working/m-p/577943#M10920</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2021-12-09T21:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Search Time extraction not working</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Search-Time-extraction-not-working/m-p/577953#M10925</link>
      <description>&lt;P&gt;Yes, sourcetypes and indexes are just examples in this forum. My config doesnt have typos&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 22:18:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Search-Time-extraction-not-working/m-p/577953#M10925</guid>
      <dc:creator>nareshinsvu</dc:creator>
      <dc:date>2021-12-09T22:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Search Time extraction not working</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Search-Time-extraction-not-working/m-p/577958#M10926</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;&amp;nbsp; - it worked after setting up permissions in default.meta. Thanks for your reply. it worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 23:01:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Search-Time-extraction-not-working/m-p/577958#M10926</guid>
      <dc:creator>nareshinsvu</dc:creator>
      <dc:date>2021-12-09T23:01:29Z</dc:date>
    </item>
  </channel>
</rss>

