<?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: scripted input duplicate value in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Wha-is-the-scripted-input-duplicate-value/m-p/649189#M110339</link>
    <description>&lt;P&gt;Please share the props.conf stanza for that sourcetype.&lt;/P&gt;&lt;P&gt;How is the timestamp different from _time?&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jul 2023 17:20:01 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2023-07-04T17:20:01Z</dc:date>
    <item>
      <title>Wha is the scripted input duplicate value?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Wha-is-the-scripted-input-duplicate-value/m-p/649170#M110333</link>
      <description>&lt;P&gt;all fields duplicated which are coming in scripted input&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&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;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;"timestamp":&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;"2023-07-03T08:51:25+02:00"}&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;timestamp&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is different field then _time. coming in outputs as shown above&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 16:40:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Wha-is-the-scripted-input-duplicate-value/m-p/649170#M110333</guid>
      <dc:creator>anilkapoor123</dc:creator>
      <dc:date>2023-07-07T16:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: scripted input duplicate value</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Wha-is-the-scripted-input-duplicate-value/m-p/649189#M110339</link>
      <description>&lt;P&gt;Please share the props.conf stanza for that sourcetype.&lt;/P&gt;&lt;P&gt;How is the timestamp different from _time?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 17:20:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Wha-is-the-scripted-input-duplicate-value/m-p/649189#M110339</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-07-04T17:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: scripted input duplicate value</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Wha-is-the-scripted-input-duplicate-value/m-p/649231#M110346</link>
      <description>&lt;P&gt;props.conf&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&lt;BR /&gt;KV_MODE=none&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;/P&gt;&lt;P&gt;timestamp is present in scripted input output&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 22:07:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Wha-is-the-scripted-input-duplicate-value/m-p/649231#M110346</guid>
      <dc:creator>anilkapoor123</dc:creator>
      <dc:date>2023-07-04T22:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: scripted input duplicate value</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Wha-is-the-scripted-input-duplicate-value/m-p/649234#M110347</link>
      <description>&lt;P&gt;Nothing wrong with those settings, although it's recommended to use &lt;FONT face="courier new,courier"&gt;SHOULD_LINEMERGE=false&lt;/FONT&gt; with &lt;FONT face="courier new,courier"&gt;LINE_BREAKER&lt;/FONT&gt;.&amp;nbsp; Do the indexer/HF and search head use the same props?&amp;nbsp; If the SH has &lt;FONT face="courier new,courier"&gt;KV_MODE=json&lt;/FONT&gt; then fields will be duplicated.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 23:49:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Wha-is-the-scripted-input-duplicate-value/m-p/649234#M110347</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-07-04T23:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: scripted input duplicate value</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Wha-is-the-scripted-input-duplicate-value/m-p/649249#M110354</link>
      <description>This is continuation for this thread &lt;A href="https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649230" target="_blank"&gt;https://community.splunk.com/t5/Getting-Data-In/extracting-data-using-script-getting-none-in-timestamp-field/m-p/649230&lt;/A&gt;</description>
      <pubDate>Wed, 05 Jul 2023 06:56:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Wha-is-the-scripted-input-duplicate-value/m-p/649249#M110354</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-05T06:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: scripted input duplicate value</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Wha-is-the-scripted-input-duplicate-value/m-p/649253#M110356</link>
      <description>&lt;P&gt;should_line_merge=false does not make any difference in output.&lt;/P&gt;&lt;P&gt;i am not using kv_mode=json in other places . still i am getting duplicate field values.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 07:07:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Wha-is-the-scripted-input-duplicate-value/m-p/649253#M110356</guid>
      <dc:creator>anilkapoor123</dc:creator>
      <dc:date>2023-07-05T07:07:33Z</dc:date>
    </item>
  </channel>
</rss>

