<?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: extracting data using script getting none in timestamp field in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649616#M110419</link>
    <description>&lt;P&gt;after adding this indexed_extractions = json , i am getting duplicate field values&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jul 2023 10:24:44 GMT</pubDate>
    <dc:creator>anilkapoor123</dc:creator>
    <dc:date>2023-07-07T10:24:44Z</dc:date>
    <item>
      <title>extracting data using script getting none in timestamp field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649071#M110303</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;need your help, while i am ingesting data using python script i.e scripted input. for timestamp field i am getting none value . even in script data is populating fine but when it is ingesting in splunk it is getting extra field value none for timestamp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;need your help&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 09:00:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649071#M110303</guid>
      <dc:creator>anilkapoor123</dc:creator>
      <dc:date>2023-07-04T09:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: extracting data using script getting none in timestamp field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649075#M110306</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;we need some more information for helping you!&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Are this a scripted input or modular input?&lt;/LI&gt;&lt;LI&gt;If scripted input can you show your inputs.conf and also what are output of script.&lt;/LI&gt;&lt;LI&gt;Have you test it it "splunk cmd python &amp;lt;your script&amp;gt;"&lt;/LI&gt;&lt;LI&gt;What is your props.conf for this sourcetype/source&lt;/LI&gt;&lt;LI&gt;Are you running this on UF, HF or where&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;r. Ismo&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 09:05:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649075#M110306</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-04T09:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: extracting data using script getting none in timestamp field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649079#M110307</link>
      <description>&lt;P&gt;script is inside datainputs --&amp;gt; scripts, it may be scripted input&lt;/P&gt;&lt;P&gt;running on HF&lt;/P&gt;&lt;P&gt;no props.conf in local, default one only&lt;/P&gt;&lt;P&gt;tested using .. cmd python , data coming fine in timestamp field , none value not there&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 09:27:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649079#M110307</guid>
      <dc:creator>anilkapoor123</dc:creator>
      <dc:date>2023-07-04T09:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: extracting data using script getting none in timestamp field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649083#M110309</link>
      <description>&lt;P&gt;You probably need a props.conf for it on HF to get timestamp correctly?&lt;/P&gt;&lt;P&gt;Could you show your inputs.conf, where you have defined input and also example output from script?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 09:58:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649083#M110309</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-04T09:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: extracting data using script getting none in timestamp field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649097#M110312</link>
      <description>&lt;P&gt;inputs.conf like this&lt;/P&gt;&lt;P&gt;[script://./bin/networker_alerts.py]&lt;BR /&gt;disabled = 0&lt;BR /&gt;index = test&lt;BR /&gt;interval = 4-59/5 * * * *&lt;BR /&gt;source = test_1&lt;BR /&gt;sourcetype = _json&lt;/P&gt;&lt;P&gt;and output of script is like this&amp;nbsp;&lt;/P&gt;&lt;P&gt;{"category": "disk space", "message": "'xxx' host '/nsr' disk path occupied with '92.42%' of disk space. Free up the space.", "priority": "warning", "timestamp": "2023-07-03T08:51:25+02:00"}&lt;/P&gt;&lt;P&gt;here timestamp is having only time value but when when that data populating in splunk it is showing like this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="anilkapoor123_0-1688470377100.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/26113i5BEF34B293014546/image-size/medium?v=v2&amp;amp;px=400" role="button" title="anilkapoor123_0-1688470377100.png" alt="anilkapoor123_0-1688470377100.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 11:33:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649097#M110312</guid>
      <dc:creator>anilkapoor123</dc:creator>
      <dc:date>2023-07-04T11:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: extracting data using script getting none in timestamp field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649100#M110313</link>
      <description>&lt;P&gt;You should always define your own sourcetype instead of use _json. So change your inputs.conf like&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[script://./bin/networker_alerts.py]
disabled = 0
index = test
interval = 4-59/5 * * * *
source = script:networker_alerts.py
sourcetype = json:with:timestamp&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Then you should define your props.conf for that sourcetype on that HF. Please create own app for it&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[json:with:timestamp]
SHOULD_LINEMERGE=true
LINE_BREAKER=([\r\n]+)
NO_BINARY_CHECK=true
CHARSET=UTF-8
INDEXED_EXTRACTIONS=json
KV_MODE=none
category=Structured
description=Your own JSON definition for networker_alerts.py script
disabled=false
pulldown_type=true
TIME_FORMAT=%Y-%m-%dT%H:%M:%S%:z
TIMESTAMP_FIELDS=timestamp&lt;/LI-CODE&gt;&lt;P&gt;Then you must restart that HF for reading that props.conf.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 11:48:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649100#M110313</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-04T11:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: extracting data using script getting none in timestamp field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649120#M110315</link>
      <description>&lt;P&gt;thankyou isoutamo, this solution solved my problem&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 13:40:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649120#M110315</guid>
      <dc:creator>anilkapoor123</dc:creator>
      <dc:date>2023-07-04T13:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: extracting data using script getting none in timestamp field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649122#M110316</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;, can you help me to understand what was the issue ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;one doubt, if i&amp;nbsp; put props.conf in /opt/splunk/etc/system/local, it will be used by all data inputs right.&lt;/P&gt;&lt;P&gt;here i have kept it inside /etc/apps/&amp;lt;app_name&amp;gt;/local folder .&amp;nbsp; only&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 13:42:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649122#M110316</guid>
      <dc:creator>anilkapoor123</dc:creator>
      <dc:date>2023-07-04T13:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: extracting data using script getting none in timestamp field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649126#M110317</link>
      <description>&lt;P&gt;none is removed from timestamp field . but now i am getting duplicate values in timestamp field for single event&lt;/P&gt;&lt;P&gt;see below. please help to resolve this&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="anilkapoor123_0-1688478287829.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/26115i358CE6D2A6BD9FF0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="anilkapoor123_0-1688478287829.png" alt="anilkapoor123_0-1688478287829.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 13:45:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649126#M110317</guid>
      <dc:creator>anilkapoor123</dc:creator>
      <dc:date>2023-07-04T13:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: extracting data using script getting none in timestamp field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649128#M110318</link>
      <description>&lt;P&gt;It depending how apps configurations have exported. Usually on indexing phase you should export those globally. Then it's no matter where you have put those. Expect the precedence which are defined by app names.&lt;/P&gt;&lt;P&gt;If/when your job is to do data onboarding to splunk I suggest to you to take Splunk Data Administration course. It will explain that well.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 13:54:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649128#M110318</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-04T13:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: extracting data using script getting none in timestamp field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649129#M110319</link>
      <description>&lt;P&gt;Usually duplicate events "exists" when you have both KV_MODE=json and INDEXED_EXTRACTIONS=json defined.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 13:55:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649129#M110319</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-04T13:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: extracting data using script getting none in timestamp field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649131#M110320</link>
      <description>&lt;P&gt;there is only single event in splunk web it is showing but when i am checking timestamp field with&amp;nbsp;&lt;/P&gt;&lt;P&gt;index=xx | table timestamp. it is showing multiple values in single field.&lt;/P&gt;&lt;P&gt;both parameter are not json as per your props.conf values given by you these are the settings.&lt;/P&gt;&lt;P&gt;indexed_extractions= json&lt;/P&gt;&lt;P&gt;kv_mode = none&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 14:01:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649131#M110320</guid>
      <dc:creator>anilkapoor123</dc:creator>
      <dc:date>2023-07-04T14:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: extracting data using script getting none in timestamp field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649136#M110322</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;, what will be the solution. please help&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 14:11:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649136#M110322</guid>
      <dc:creator>anilkapoor123</dc:creator>
      <dc:date>2023-07-04T14:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: extracting data using script getting none in timestamp field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649146#M110325</link>
      <description>&lt;P&gt;Is this separate field than _time? And is there any other fields duplicated or only this one?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 14:30:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649146#M110325</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-04T14:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: extracting data using script getting none in timestamp field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649149#M110327</link>
      <description>&lt;P&gt;all fields duplicated which are coming in scripted input &lt;STRONG&gt;output&lt;/STRONG&gt;. like below&lt;/P&gt;&lt;P&gt;category&lt;/P&gt;&lt;P&gt;message&lt;/P&gt;&lt;P&gt;priority&lt;/P&gt;&lt;P&gt;timestamp&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;script output&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;{"category": "disk space", "message": "'xxx' host '/nsr' disk path occupied with '92.42%' of disk space. Free up the space.", "priority": "warning", &lt;STRONG&gt;"timestamp":&lt;/STRONG&gt; "2023-07-03T08:51:25+02:00"}&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;timestamp&lt;/STRONG&gt; is different field then _time. coming in outputs as shown above&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 14:37:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649149#M110327</guid>
      <dc:creator>anilkapoor123</dc:creator>
      <dc:date>2023-07-04T14:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: extracting data using script getting none in timestamp field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649174#M110335</link>
      <description>&lt;P&gt;What kind of environment you have? Single node where you have indexer, search head and running this modular input or is this a distributed environment with own node for different nodes?&lt;/P&gt;&lt;P&gt;If last one are you sure that you haven't KV_MODE=json on search head? You cannot use is as you already have INDEXED_EXTRACTS=json on you scripted input on HF/Indexer.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 16:34:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649174#M110335</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-04T16:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: extracting data using script getting none in timestamp field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649180#M110336</link>
      <description>&lt;P&gt;when i removed indexed_extractions from props.conf again i start getting same data as it was in starting like&amp;nbsp;&lt;/P&gt;&lt;P&gt;category, priority and message field as single value but timestamp field again&amp;nbsp; with 2 values like&amp;nbsp; none value timestamp&lt;/P&gt;&lt;P&gt;if there was any kv_mode=json on any node like search head . data would not&amp;nbsp; have come back in old format&amp;nbsp;&lt;/P&gt;&lt;P&gt;it would have been duplicate values only&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 16:57:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649180#M110336</guid>
      <dc:creator>anilkapoor123</dc:creator>
      <dc:date>2023-07-04T16:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: extracting data using script getting none in timestamp field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649182#M110337</link>
      <description>&lt;P&gt;On HF/IDX (where script inputs is running) you should use INDEXED_EXTRACTIONS=json and on SH (I suppose that this is a different node) you must have a KV_MODE=none. Or vice versa, but both cannot be at the same time. If you are not using INDEXED_EXTRACTIONS=json you must take care of timestamp -&amp;gt; _time modification otherwise.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 17:04:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649182#M110337</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-04T17:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: extracting data using script getting none in timestamp field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649230#M110345</link>
      <description>&lt;P&gt;i have distributed env.&amp;nbsp; search heads and indexers are in clustering ,&amp;nbsp; search heads are not in shclustering&amp;nbsp; heavy forwarder is also there&lt;/P&gt;&lt;P&gt;i was testing this script on dev environment before making changes in prod. so i have placed scripted inputs on search head not on HF&amp;nbsp;&lt;/P&gt;&lt;P&gt;props.conf is also on search head containing below configs as you mentioned in above post&lt;/P&gt;&lt;P&gt;[json_scripted_input]&lt;BR /&gt;SHOULD_LINEMERGE=true&lt;BR /&gt;LINE_BREAKER=([\r\n]+)&lt;BR /&gt;NO_BINARY_CHECK=true&lt;BR /&gt;CHARSET=UTF-8&lt;BR /&gt;INDEXED_EXTRACTIONS=json&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[on search head]&lt;BR /&gt;KV_MODE=none&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [on search head]&lt;BR /&gt;category=Structured&lt;BR /&gt;description=Your own JSON definition for networker_alerts.py script&lt;BR /&gt;disabled=false&lt;BR /&gt;pulldown_type=true&lt;BR /&gt;TIME_FORMAT=%Y-%m-%dT%H:%M:%S%:z&lt;BR /&gt;TIMESTAMP_FIELDS=timestamp&lt;BR /&gt;#AUTO_KV_JSON=false&lt;/P&gt;&lt;P&gt;INDEXED_EXTRACTIONS=json ( when i disable it , category, message and priority field goes fine with single&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; value, but timestamp got 2 values i.e none and timestamp)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;and when i enable it, all field having duplicates values, timestamp also&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;having duplicate values without none&lt;/P&gt;&lt;P&gt;please suggest&amp;nbsp;&lt;/P&gt;&lt;P&gt;also let me know if i am not using indexed_extractions=json, how can i convert timestamp into _time&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 21:50:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649230#M110345</guid>
      <dc:creator>anilkapoor123</dc:creator>
      <dc:date>2023-07-04T21:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: extracting data using script getting none in timestamp field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649252#M110355</link>
      <description>&lt;P&gt;In distributed onprem environment you shouldn't use SH as a HF to run that script if you could use separate HF.&lt;/P&gt;&lt;P&gt;Can you do on SH's command line&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;splunk btool props list json_scripted_input --debug | egrep'(INDEXED_EXTRACTIONS|KV_MODE|AUTO_KV_JSON)'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;This will show what those values are on SH&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 07:04:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649252#M110355</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-05T07:04:43Z</dc:date>
    </item>
  </channel>
</rss>

