<?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: How to index json files that or monitor json files in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-index-json-files-that-or-monitor-json-files/m-p/697407#M10352</link>
    <description>&lt;P&gt;Logs mentions this&lt;BR /&gt;08-27-2024 13:00:20.824 +0800 INFO TailingProcessor [32248 MainTailingThread] - Parsing configuration stanza: monitor://D:\temp\zkstats.json.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Aug 2024 05:11:10 GMT</pubDate>
    <dc:creator>wm</dc:creator>
    <dc:date>2024-08-27T05:11:10Z</dc:date>
    <item>
      <title>How to index json files that or monitor json files</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-index-json-files-that-or-monitor-json-files/m-p/697124#M10344</link>
      <description>&lt;P&gt;this is inputs.conf&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[monitor://D:\temp\zkstats*.json]
crcSalt = &amp;lt;SOURCE&amp;gt;
disabled = false
followTail = 0
index = abc
sourcetype = zk_stats&lt;/LI-CODE&gt;&lt;P&gt;props.conf&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[zk_stats]
KV_MODE = json
INDEXED_EXTRACTIONS = json&lt;/LI-CODE&gt;&lt;P&gt;however my search code index=abc sourcetype = zk_stats is not getting new events. meaning to say if zkstats20240824_0700 for example new files coming in it wont re index&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2024 09:18:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-index-json-files-that-or-monitor-json-files/m-p/697124#M10344</guid>
      <dc:creator>wm</dc:creator>
      <dc:date>2024-08-23T09:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to index json files that or monitor json files</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-index-json-files-that-or-monitor-json-files/m-p/697125#M10345</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/269059"&gt;@wm&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;why are you using crcSalt=&amp;lt;SOURCE&amp;gt; ?&lt;/P&gt;&lt;P&gt;It's usually used to reindex already indexed data, usually isn't useful.&lt;/P&gt;&lt;P&gt;try to delete it.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2024 09:49:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-index-json-files-that-or-monitor-json-files/m-p/697125#M10345</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-08-23T09:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to index json files that or monitor json files</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-index-json-files-that-or-monitor-json-files/m-p/697405#M10351</link>
      <description>&lt;P&gt;[sourcetype]&lt;BR /&gt;KV_MODE = json&lt;BR /&gt;INDEXED_EXTRACTIONS = json&lt;BR /&gt;&lt;BR /&gt;This is my props.conf&lt;BR /&gt;&lt;BR /&gt;I am not able to actually get data in to even consider the crcsalt source&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2024 04:57:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-index-json-files-that-or-monitor-json-files/m-p/697405#M10351</guid>
      <dc:creator>wm</dc:creator>
      <dc:date>2024-08-27T04:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to index json files that or monitor json files</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-index-json-files-that-or-monitor-json-files/m-p/697407#M10352</link>
      <description>&lt;P&gt;Logs mentions this&lt;BR /&gt;08-27-2024 13:00:20.824 +0800 INFO TailingProcessor [32248 MainTailingThread] - Parsing configuration stanza: monitor://D:\temp\zkstats.json.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2024 05:11:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-index-json-files-that-or-monitor-json-files/m-p/697407#M10352</guid>
      <dc:creator>wm</dc:creator>
      <dc:date>2024-08-27T05:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to index json files that or monitor json files</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-index-json-files-that-or-monitor-json-files/m-p/697413#M10353</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/269059"&gt;@wm&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;don't use crcSalt = &amp;lt;SOURCE&amp;gt; in your inputs.conf.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2024 06:10:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-index-json-files-that-or-monitor-json-files/m-p/697413#M10353</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-08-27T06:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to index json files that or monitor json files</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-index-json-files-that-or-monitor-json-files/m-p/697445#M10354</link>
      <description>&lt;P&gt;1. Check your&lt;/P&gt;&lt;PRE&gt;splunk list monitor&lt;/PRE&gt;&lt;P&gt;and&lt;/P&gt;&lt;PRE&gt;splunk list inputstatus&lt;/PRE&gt;&lt;P&gt;output&lt;/P&gt;&lt;P&gt;2. Why use crcSalt?&lt;/P&gt;&lt;P&gt;3. Don't use KV_MODE=json when you're using INDEXED_EXTRACTIONS=json and vice versa. (that's not connected to the problem at hand but useful anyway)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2024 11:37:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-index-json-files-that-or-monitor-json-files/m-p/697445#M10354</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-08-27T11:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to index json files that or monitor json files</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-index-json-files-that-or-monitor-json-files/m-p/697537#M10359</link>
      <description>&lt;P&gt;How to check the splunk lsit monitor/ where etc&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 01:55:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-index-json-files-that-or-monitor-json-files/m-p/697537#M10359</guid>
      <dc:creator>wm</dc:creator>
      <dc:date>2024-08-28T01:55:32Z</dc:date>
    </item>
  </channel>
</rss>

