<?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: props deployed on SHCluster but no extractions in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/props-deployed-on-SHCluster-but-no-extractions/m-p/518412#M145782</link>
    <description>&lt;P&gt;I propose that you should create ticket to Splunk support, if you haven't done it yet.&lt;/P&gt;&lt;P&gt;But I'm really interested to hear what was the issue when you have fixed it &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Sep 2020 10:54:53 GMT</pubDate>
    <dc:creator>isoutamo</dc:creator>
    <dc:date>2020-09-08T10:54:53Z</dc:date>
    <item>
      <title>props deployed on SHCluster but no extractions</title>
      <link>https://community.splunk.com/t5/Splunk-Search/props-deployed-on-SHCluster-but-no-extractions/m-p/517762#M145609</link>
      <description>&lt;P&gt;Hi,&amp;nbsp; A bit of a strange one that I can't workout.&amp;nbsp; I have a deployer server and a search head in one DC and 2 searchheads in another DC.&amp;nbsp; They are all part of the searchhead cluster and all share the same configs.&amp;nbsp; My problem is that the searchhead app has been deployed to all the searchheads.&amp;nbsp; The 2 searchheads located&amp;nbsp; in the same DC have the app and correct configs, but don't perform any field extractions.&amp;nbsp; Interestingly, if I open an event and select extract field, the parser sees the fields?&amp;nbsp; The searchhead on its own performs as expected.&amp;nbsp; I can see no errors.&amp;nbsp; Running btool confirms the file is also correct.&lt;/P&gt;&lt;P&gt;It's the first time I've ever come across this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 17:01:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/props-deployed-on-SHCluster-but-no-extractions/m-p/517762#M145609</guid>
      <dc:creator>cdstealer</dc:creator>
      <dc:date>2020-09-03T17:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: props deployed on SHCluster but no extractions</title>
      <link>https://community.splunk.com/t5/Splunk-Search/props-deployed-on-SHCluster-but-no-extractions/m-p/517766#M145611</link>
      <description>Have you also multisite cluster or how your peers have arranged?&lt;BR /&gt;&lt;BR /&gt;R. Ismo</description>
      <pubDate>Thu, 03 Sep 2020 17:08:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/props-deployed-on-SHCluster-but-no-extractions/m-p/517766#M145611</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-09-03T17:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: props deployed on SHCluster but no extractions</title>
      <link>https://community.splunk.com/t5/Splunk-Search/props-deployed-on-SHCluster-but-no-extractions/m-p/517769#M145612</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/18613"&gt;@cdstealer&lt;/a&gt;&amp;nbsp;, could you please share your props? Also, can you check using below query on SH that your extractions shows up ?&lt;/P&gt;&lt;P&gt;| rest splunk_server=local servicesNS/nobody/&amp;lt;your-app_name&amp;gt;/configs/conf-props/&lt;BR /&gt;| rex field=id "servicesNS\/nobody\/(?&amp;lt;app&amp;gt;.+?)\/"&lt;BR /&gt;| where app="&amp;lt;your-app_name&amp;gt;"&lt;BR /&gt;| fields - eai:* SEGMENTATION*&lt;BR /&gt;| fields id,title, sourcetype, updated, disabled *, FIELDALIAS-*&lt;BR /&gt;| search title=&amp;lt;sourcetype name&amp;gt;&lt;BR /&gt;| transpose 1 column_name=setting&lt;BR /&gt;| rename "row 1" as value&lt;BR /&gt;| search value != ""&lt;BR /&gt;| eval value=case(value=1,"true", value=0,"false",1=1,value)&lt;BR /&gt;| eval stanzas = setting +" = "+value&lt;BR /&gt;| stats LIST(stanzas) as Stanza&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 17:17:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/props-deployed-on-SHCluster-but-no-extractions/m-p/517769#M145612</guid>
      <dc:creator>Nisha18789</dc:creator>
      <dc:date>2020-09-03T17:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: props deployed on SHCluster but no extractions</title>
      <link>https://community.splunk.com/t5/Splunk-Search/props-deployed-on-SHCluster-but-no-extractions/m-p/518183#M145736</link>
      <description>&lt;P&gt;Hi Nisha,&amp;nbsp; Thanks for the query.. this is the output on both a working and non-working searchhead.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;id = https://127.0.0.1:8089/servicesNS/nobody/app_name/configs/conf-props/sourcetype
title = sourcetype
updated = 1970-01-01T01:00:00+01:00
disabled = false
ADD_EXTRA_TIME_FIELDS = true
ANNOTATE_PUNCT = true
AUTO_KV_JSON = true
BREAK_ONLY_BEFORE_DATE = true
CHARSET = UTF-8
DATETIME_CONFIG = /etc/datetime.xml
DEPTH_LIMIT = 1000
EVAL-duration = hour * 3600 + minute * 60 + second + precise/10000000
EXTRACT-fields = \d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2},\d{3} \[\d+\] \[(?P&amp;lt;ClientIP&amp;gt;[^ ]*) \(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\)\] INFO\s+(?P&amp;lt;GingerClass&amp;gt;[^ ]*) - Start: (?P&amp;lt;JobStartTime&amp;gt;[^;]*);Reseller:\s(?P&amp;lt;ResellerName&amp;gt;[^;]*);ResellerUnit: (?P&amp;lt;ResellerUnit&amp;gt;[^;]*);(?P&amp;lt;JobGUID&amp;gt;[^;]*);(?P&amp;lt;UserGUID&amp;gt;[^;]*)?;(?P&amp;lt;ApiMethod&amp;gt;[^;]*);Duration: (?P&amp;lt;hour&amp;gt;[^:]\d+):(?P&amp;lt;minute&amp;gt;[^:]\d+):(?P&amp;lt;second&amp;gt;[^\.]\d+)\.(?P&amp;lt;precise&amp;gt;[^;]\d+);(?P&amp;lt;RegOutcome&amp;gt;[^;]*)?;(?P&amp;lt;FailReason&amp;gt;[^$]*)?
LEARN_MODEL = true
LEARN_SOURCETYPE = true
LINE_BREAKER_LOOKBEHIND = 100
MATCH_LIMIT = 100000
MAX_DAYS_AGO = 2000
MAX_DAYS_HENCE = 2
MAX_DIFF_SECS_AGO = 3600
MAX_DIFF_SECS_HENCE = 604800
MAX_EVENTS = 256
MAX_TIMESTAMP_LOOKAHEAD = 128
SHOULD_LINEMERGE = true
TIME_FORMAT = %Y-%m-%d %H:%M:%S,%3N
TIME_PREFIX = ^
TRUNCATE = 10000
app = app_name
author = nobody
detect_trailing_nulls = false
maxDist = 100
splunk_server = searchhead1&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;The actual props.conf is:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[sourcetype]
TIME_PREFIX = ^
TIME_FORMAT = %Y-%m-%d %H:%M:%S,%3N
EXTRACT-fields = \d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2},\d{3} \[\d+\] \[(?P&amp;lt;ClientIP&amp;gt;[^ ]*) \(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\)\] INFO\s+(?P&amp;lt;GingerClass&amp;gt;[^ ]*) - Start: (?P&amp;lt;JobStartTime&amp;gt;[^;]*);Reseller:\s(?P&amp;lt;ResellerName&amp;gt;[^;]*);ResellerUnit: (?P&amp;lt;ResellerUnit&amp;gt;[^;]*);(?P&amp;lt;JobGUID&amp;gt;[^;]*);(?P&amp;lt;UserGUID&amp;gt;[^;]*)?;(?P&amp;lt;ApiMethod&amp;gt;[^;]*);Duration: (?P&amp;lt;hour&amp;gt;[^:]\d+):(?P&amp;lt;minute&amp;gt;[^:]\d+):(?P&amp;lt;second&amp;gt;[^\.]\d+)\.(?P&amp;lt;precise&amp;gt;[^;]\d+);(?P&amp;lt;RegOutcome&amp;gt;[^;]*)?;(?P&amp;lt;FailReason&amp;gt;[^$]*)?
EVAL-duration = hour * 3600 + minute * 60 + second + precise/10000000&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 07 Sep 2020 08:35:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/props-deployed-on-SHCluster-but-no-extractions/m-p/518183#M145736</guid>
      <dc:creator>cdstealer</dc:creator>
      <dc:date>2020-09-07T08:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: props deployed on SHCluster but no extractions</title>
      <link>https://community.splunk.com/t5/Splunk-Search/props-deployed-on-SHCluster-but-no-extractions/m-p/518186#M145738</link>
      <description>&lt;P&gt;Hi Soutamo,&amp;nbsp; We don't run a multisite due to its scale and function.&amp;nbsp; So I have the deployer and a search head in one location and then 2 search heads in the other location.&amp;nbsp; These are then setup behind a load balancer which will fail to the single searchhead should the primary location fail.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 08:50:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/props-deployed-on-SHCluster-but-no-extractions/m-p/518186#M145738</guid>
      <dc:creator>cdstealer</dc:creator>
      <dc:date>2020-09-07T08:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: props deployed on SHCluster but no extractions</title>
      <link>https://community.splunk.com/t5/Splunk-Search/props-deployed-on-SHCluster-but-no-extractions/m-p/518405#M145781</link>
      <description>&lt;P&gt;OK, I fixed the field extractions by converting to indextime rather than searchtime.&amp;nbsp; However, any searchtime functions eg calculated fields are still being ignored by the 2 searchheads.&amp;nbsp; I'll keep digging.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 10:07:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/props-deployed-on-SHCluster-but-no-extractions/m-p/518405#M145781</guid>
      <dc:creator>cdstealer</dc:creator>
      <dc:date>2020-09-08T10:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: props deployed on SHCluster but no extractions</title>
      <link>https://community.splunk.com/t5/Splunk-Search/props-deployed-on-SHCluster-but-no-extractions/m-p/518412#M145782</link>
      <description>&lt;P&gt;I propose that you should create ticket to Splunk support, if you haven't done it yet.&lt;/P&gt;&lt;P&gt;But I'm really interested to hear what was the issue when you have fixed it &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 10:54:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/props-deployed-on-SHCluster-but-no-extractions/m-p/518412#M145782</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-09-08T10:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: props deployed on SHCluster but no extractions</title>
      <link>https://community.splunk.com/t5/Splunk-Search/props-deployed-on-SHCluster-but-no-extractions/m-p/518416#M145785</link>
      <description>&lt;P&gt;Will do &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 11:09:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/props-deployed-on-SHCluster-but-no-extractions/m-p/518416#M145785</guid>
      <dc:creator>cdstealer</dc:creator>
      <dc:date>2020-09-08T11:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: props deployed on SHCluster but no extractions</title>
      <link>https://community.splunk.com/t5/Splunk-Search/props-deployed-on-SHCluster-but-no-extractions/m-p/518454#M145795</link>
      <description>&lt;P&gt;Hi,&amp;nbsp; It looks like some weird file permission issue.&amp;nbsp; Although everything in /opt/splunk is readable by splunk, it still couldn't see props.conf.&amp;nbsp; Which of course makes no sense when the working searchhead has the exact same perms and works without issue.&amp;nbsp; On one of the affected search heads, I did a chmod -R 755 on /opt/splunk/etc/apps/* and it started working immediately on both affected servers???&amp;nbsp; Very strange.&lt;/P&gt;&lt;P&gt;I'll mark this as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 13:51:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/props-deployed-on-SHCluster-but-no-extractions/m-p/518454#M145795</guid>
      <dc:creator>cdstealer</dc:creator>
      <dc:date>2020-09-08T13:51:24Z</dc:date>
    </item>
  </channel>
</rss>

