<?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: Yet Another Duplicated JSON Field Data in Table in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Yet-Another-Duplicated-JSON-Field-Data-in-Table/m-p/706758#M116875</link>
    <description>&lt;P&gt;From which one? The Search Head or the Universal Forwarder.....because I can already tell you, neither fixes the issue.&lt;/P&gt;&lt;P&gt;Removed from Search Head, issue remains.&lt;/P&gt;&lt;P&gt;Put it back on the Search Head, removed from the Universal Forwarder, issue changes into it not parsing the data as JSON, so it loses all formatting, and the table is blank.&lt;/P&gt;</description>
    <pubDate>Fri, 13 Dec 2024 16:06:32 GMT</pubDate>
    <dc:creator>dbray_sd</dc:creator>
    <dc:date>2024-12-13T16:06:32Z</dc:date>
    <item>
      <title>Yet Another Duplicated JSON Field Data in Table</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Yet-Another-Duplicated-JSON-Field-Data-in-Table/m-p/706746#M116873</link>
      <description>&lt;P&gt;I have seen a lot of similar Questions/Solutions with this aggravating issue, none of which are working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Trying to pull RabbitMQ API (JSON) data into Splunk. Bash script creates /opt/data/rabbitmq-queues.json&lt;/P&gt;&lt;LI-CODE lang="c"&gt;curl -s -u test:test https://localhost:15671/api/queues | jq &amp;gt; /opt/data/rabbitmq-queues.json&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Universal Forwarder has following props.conf on the RabbitMQ server:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[rabbitmq:queues:json]
AUTO_KV_JSON = false
INDEXED_EXTRACTIONS = JSON
KV_MODE = none&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;And the inputs.conf:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[batch:///opt/data/rabbitmq-queues.json]
disabled = false
index = rabbitmq
sourcetype = rabbitmq:queues:json
move_policy = sinkhole
crcSalt = &amp;lt;SOURCE&amp;gt;
initCrcLength = 1048576&lt;/LI-CODE&gt;&lt;P&gt;We run the btool on the Universal Forwarder to verify the settings are getting applied correctly:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sudo /opt/splunkforwarder/bin/splunk btool props list --debug "rabbitmq:queues:json"

/opt/splunkforwarder/etc/apps/RabbitMQ_Settings/local/props.conf         [rabbitmq:queues:json]
/opt/splunkforwarder/etc/system/default/props.conf                       ADD_EXTRA_TIME_FIELDS = True
/opt/splunkforwarder/etc/system/default/props.conf                       ANNOTATE_PUNCT = True
/opt/splunkforwarder/etc/apps/RabbitMQ_Settings/local/props.conf         AUTO_KV_JSON = false
/opt/splunkforwarder/etc/system/default/props.conf                       BREAK_ONLY_BEFORE =
/opt/splunkforwarder/etc/system/default/props.conf                       BREAK_ONLY_BEFORE_DATE = True
/opt/splunkforwarder/etc/system/default/props.conf                       CHARSET = UTF-8
/opt/splunkforwarder/etc/system/default/props.conf                       DATETIME_CONFIG = /etc/datetime.xml
/opt/splunkforwarder/etc/system/default/props.conf                       DEPTH_LIMIT = 1000
/opt/splunkforwarder/etc/system/default/props.conf                       DETERMINE_TIMESTAMP_DATE_WITH_SYSTEM_TIME = false
/opt/splunkforwarder/etc/system/default/props.conf                       HEADER_MODE =
/opt/splunkforwarder/etc/apps/RabbitMQ_Settings/local/props.conf         INDEXED_EXTRACTIONS = JSON
/opt/splunkforwarder/etc/apps/RabbitMQ_Settings/local/props.conf         KV_MODE = none
/opt/splunkforwarder/etc/system/default/props.conf                       LB_CHUNK_BREAKER_TRUNCATE = 2000000
/opt/splunkforwarder/etc/system/default/props.conf                       LEARN_MODEL = true
/opt/splunkforwarder/etc/system/default/props.conf                       LEARN_SOURCETYPE = true
/opt/splunkforwarder/etc/system/default/props.conf                       LINE_BREAKER_LOOKBEHIND = 100
/opt/splunkforwarder/etc/system/default/props.conf                       MATCH_LIMIT = 100000
/opt/splunkforwarder/etc/system/default/props.conf                       MAX_DAYS_AGO = 2000
/opt/splunkforwarder/etc/system/default/props.conf                       MAX_DAYS_HENCE = 2
/opt/splunkforwarder/etc/system/default/props.conf                       MAX_DIFF_SECS_AGO = 3600
/opt/splunkforwarder/etc/system/default/props.conf                       MAX_DIFF_SECS_HENCE = 604800
/opt/splunkforwarder/etc/system/default/props.conf                       MAX_EVENTS = 256
/opt/splunkforwarder/etc/system/default/props.conf                       MAX_TIMESTAMP_LOOKAHEAD = 128
/opt/splunkforwarder/etc/system/default/props.conf                       MUST_BREAK_AFTER =
/opt/splunkforwarder/etc/system/default/props.conf                       MUST_NOT_BREAK_AFTER =
/opt/splunkforwarder/etc/system/default/props.conf                       MUST_NOT_BREAK_BEFORE =
/opt/splunkforwarder/etc/system/default/props.conf                       SEGMENTATION = indexing
/opt/splunkforwarder/etc/system/default/props.conf                       SEGMENTATION-all = full
/opt/splunkforwarder/etc/system/default/props.conf                       SEGMENTATION-inner = inner
/opt/splunkforwarder/etc/system/default/props.conf                       SEGMENTATION-outer = outer
/opt/splunkforwarder/etc/system/default/props.conf                       SEGMENTATION-raw = none
/opt/splunkforwarder/etc/system/default/props.conf                       SEGMENTATION-standard = standard
/opt/splunkforwarder/etc/system/default/props.conf                       SHOULD_LINEMERGE = True
/opt/splunkforwarder/etc/system/default/props.conf                       TRANSFORMS =
/opt/splunkforwarder/etc/system/default/props.conf                       TRUNCATE = 10000
/opt/splunkforwarder/etc/system/default/props.conf                       detect_trailing_nulls = false
/opt/splunkforwarder/etc/system/default/props.conf                       maxDist = 100
/opt/splunkforwarder/etc/system/default/props.conf                       priority =
/opt/splunkforwarder/etc/system/default/props.conf                       sourcetype =
/opt/splunkforwarder/etc/system/default/props.conf                       termFrequencyWeightedDist = false
/opt/splunkforwarder/etc/system/default/props.conf                       unarchive_cmd_start_mode = shell&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;On the local Search Head we have the following props.conf:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[rabbitmq:queues:json]
KV_MODE = none
INDEXED_EXTRACTIONS = json
AUTO_KV_JSON = false&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;We run the btool on the Search Head to verify the settings are getting applied correctly:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sudo -u splunk /opt/splunk/bin/splunk btool props list --debug "rabbitmq:queues:json"

/opt/splunk/etc/apps/RabbitMQ_Settings/local/props.conf           [rabbitmq:queues:json]
/opt/splunk/etc/system/default/props.conf                         ADD_EXTRA_TIME_FIELDS = True
/opt/splunk/etc/system/default/props.conf                         ANNOTATE_PUNCT = True
/opt/splunk/etc/apps/RabbitMQ_Settings/local/props.conf           AUTO_KV_JSON = false
/opt/splunk/etc/system/default/props.conf                         BREAK_ONLY_BEFORE =
/opt/splunk/etc/system/default/props.conf                         BREAK_ONLY_BEFORE_DATE = True
/opt/splunk/etc/system/default/props.conf                         CHARSET = UTF-8
/opt/splunk/etc/system/default/props.conf                         DATETIME_CONFIG = /etc/datetime.xml
/opt/splunk/etc/system/default/props.conf                         DEPTH_LIMIT = 1000
/opt/splunk/etc/system/default/props.conf                         DETERMINE_TIMESTAMP_DATE_WITH_SYSTEM_TIME = false
/opt/splunk/etc/system/default/props.conf                         HEADER_MODE =
/opt/splunk/etc/apps/RabbitMQ_Settings/local/props.conf           INDEXED_EXTRACTIONS = json
/opt/splunk/etc/apps/RabbitMQ_Settings/local/props.conf           KV_MODE = none
/opt/splunk/etc/system/default/props.conf                         LB_CHUNK_BREAKER_TRUNCATE = 2000000
/opt/splunk/etc/system/default/props.conf                         LEARN_MODEL = true
/opt/splunk/etc/system/default/props.conf                         LEARN_SOURCETYPE = true
/opt/splunk/etc/system/default/props.conf                         LINE_BREAKER_LOOKBEHIND = 100
/opt/splunk/etc/system/default/props.conf                         MATCH_LIMIT = 100000
/opt/splunk/etc/system/default/props.conf                         MAX_DAYS_AGO = 2000
/opt/splunk/etc/system/default/props.conf                         MAX_DAYS_HENCE = 2
/opt/splunk/etc/system/default/props.conf                         MAX_DIFF_SECS_AGO = 3600
/opt/splunk/etc/system/default/props.conf                         MAX_DIFF_SECS_HENCE = 604800
/opt/splunk/etc/system/default/props.conf                         MAX_EVENTS = 256
/opt/splunk/etc/system/default/props.conf                         MAX_TIMESTAMP_LOOKAHEAD = 128
/opt/splunk/etc/system/default/props.conf                         MUST_BREAK_AFTER =
/opt/splunk/etc/system/default/props.conf                         MUST_NOT_BREAK_AFTER =
/opt/splunk/etc/system/default/props.conf                         MUST_NOT_BREAK_BEFORE =
/opt/splunk/etc/system/default/props.conf                         SEGMENTATION = indexing
/opt/splunk/etc/system/default/props.conf                         SEGMENTATION-all = full
/opt/splunk/etc/system/default/props.conf                         SEGMENTATION-inner = inner
/opt/splunk/etc/system/default/props.conf                         SEGMENTATION-outer = outer
/opt/splunk/etc/system/default/props.conf                         SEGMENTATION-raw = none
/opt/splunk/etc/system/default/props.conf                         SEGMENTATION-standard = standard
/opt/splunk/etc/system/default/props.conf                         SHOULD_LINEMERGE = True
/opt/splunk/etc/system/default/props.conf                         TRANSFORMS =
/opt/splunk/etc/system/default/props.conf                         TRUNCATE = 10000
/opt/splunk/etc/system/default/props.conf                         detect_trailing_nulls = false
/opt/splunk/etc/system/default/props.conf                         maxDist = 100
/opt/splunk/etc/system/default/props.conf                         priority =
/opt/splunk/etc/system/default/props.conf                         sourcetype =
/opt/splunk/etc/system/default/props.conf                         termFrequencyWeightedDist = false
/opt/splunk/etc/system/default/props.conf                         unarchive_cmd_start_mode = shell&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, even with all that in place, we're still seeing duplicate values when using tables:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="rabbitmq"
| table _time messages state&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dbray_sd_1-1734100914033.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/33841i1B252FA3E1FF1476/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dbray_sd_1-1734100914033.png" alt="dbray_sd_1-1734100914033.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 14:57:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Yet-Another-Duplicated-JSON-Field-Data-in-Table/m-p/706746#M116873</guid>
      <dc:creator>dbray_sd</dc:creator>
      <dc:date>2024-12-13T14:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Yet Another Duplicated JSON Field Data in Table</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Yet-Another-Duplicated-JSON-Field-Data-in-Table/m-p/706751#M116874</link>
      <description>You have twice INDEXED_EXTRACTIONS = json. Please remove another.</description>
      <pubDate>Fri, 13 Dec 2024 15:56:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Yet-Another-Duplicated-JSON-Field-Data-in-Table/m-p/706751#M116874</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2024-12-13T15:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Yet Another Duplicated JSON Field Data in Table</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Yet-Another-Duplicated-JSON-Field-Data-in-Table/m-p/706758#M116875</link>
      <description>&lt;P&gt;From which one? The Search Head or the Universal Forwarder.....because I can already tell you, neither fixes the issue.&lt;/P&gt;&lt;P&gt;Removed from Search Head, issue remains.&lt;/P&gt;&lt;P&gt;Put it back on the Search Head, removed from the Universal Forwarder, issue changes into it not parsing the data as JSON, so it loses all formatting, and the table is blank.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 16:06:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Yet-Another-Duplicated-JSON-Field-Data-in-Table/m-p/706758#M116875</guid>
      <dc:creator>dbray_sd</dc:creator>
      <dc:date>2024-12-13T16:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Yet Another Duplicated JSON Field Data in Table</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Yet-Another-Duplicated-JSON-Field-Data-in-Table/m-p/706760#M116876</link>
      <description>It depends. In most cases I prefer SH side. But this depends on your json and your needs.&lt;BR /&gt;Can you show your raw event on disk before indexing!</description>
      <pubDate>Fri, 13 Dec 2024 16:18:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Yet-Another-Duplicated-JSON-Field-Data-in-Table/m-p/706760#M116876</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2024-12-13T16:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Yet Another Duplicated JSON Field Data in Table</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Yet-Another-Duplicated-JSON-Field-Data-in-Table/m-p/706768#M116878</link>
      <description>&lt;P&gt;Prefer the SH side to what? Have or not have INDEXED_EXTRACTIONS?&lt;/P&gt;&lt;P&gt;Depends on what? The needs are simple. We want Splunk to not show duplicated fields when showing JSON data into tables., and be consistent.&lt;/P&gt;&lt;P&gt;What is really confusing (and aggravating) about this, is we have other JSON feeds coming in, and those are working just fine. However, each config appears to be different. Sometimes the UF has the props.conf. Sometimes the SH has the props.conf. Sometimes the props.conf has "INDEXED_EXTRACTIONS = JSON" sometimes it doesn't. The whole thing is really confusing as to why Splunk sometimes works properly, and sometimes doesn't.&lt;/P&gt;&lt;P&gt;The JSON file is rather large, so put it on pastebin:&lt;BR /&gt;&lt;A href="https://pastebin.com/VwkcdLLA" target="_blank"&gt;https://pastebin.com/VwkcdLLA&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your attention with this confusing issue. Let me know if you have any other questions.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 17:52:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Yet-Another-Duplicated-JSON-Field-Data-in-Table/m-p/706768#M116878</guid>
      <dc:creator>dbray_sd</dc:creator>
      <dc:date>2024-12-13T17:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Yet Another Duplicated JSON Field Data in Table</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Yet-Another-Duplicated-JSON-Field-Data-in-Table/m-p/706790#M116883</link>
      <description>&lt;P&gt;In your case (as you have multiline and multiple events in one json file) You should use INDEXED_EXTRACTIONS=json on your UF side. So remove it from SH side.&lt;/P&gt;&lt;P&gt;If I got this file correctly, it contains 25 events?&lt;/P&gt;&lt;P&gt;Unfortunately I haven't suitable environment to test this from UF -&amp;gt; IDX -&amp;gt; SH, but just leave&amp;nbsp;INDEXED_EXTRACTIONS on UF's props.conf (restart it after that) and remove it from SH (and IDX side if you have it also there). Then it should works.&lt;/P&gt;&lt;P&gt;Usually props.conf should/must be on indexer or first full splunk enterprise instance from UF to IDX path. Also you could/should put it into SH when there is some runtime definitions which are needed there. &amp;nbsp;There is only some definitions which must be on UF side. This&amp;nbsp;&lt;A href="https://www.aplura.com/assets/pdf/where_to_put_props.pdf" target="_blank"&gt;https://www.aplura.com/assets/pdf/where_to_put_props.pdf&lt;/A&gt;&amp;nbsp;describes when and where you should put it when you are ingesting events. You could found more instructions at least lantern and docs.splunk.com.&lt;/P&gt;&lt;P&gt;BTW why you are using jq to pretty print that json file? This add lot of additional spaces, new line characters and other unnecessary stuff on your input file. Those characters just increase your license consumption!&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 23:38:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Yet-Another-Duplicated-JSON-Field-Data-in-Table/m-p/706790#M116883</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2024-12-13T23:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Yet Another Duplicated JSON Field Data in Table</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Yet-Another-Duplicated-JSON-Field-Data-in-Table/m-p/706890#M116892</link>
      <description>&lt;P&gt;Well, unfortunately, as I stated above "neither fixes the issue." It doesn't matter how I configure the UF props.conf or the SH props.conf, Splunk is refusing to parse JSON properly. Even though other JSON datafeeds work just fine. Guess I'll have to open &lt;EM&gt;another &lt;/EM&gt;ticket with Splunk.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 12:40:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Yet-Another-Duplicated-JSON-Field-Data-in-Table/m-p/706890#M116892</guid>
      <dc:creator>dbray_sd</dc:creator>
      <dc:date>2024-12-16T12:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Yet Another Duplicated JSON Field Data in Table</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Yet-Another-Duplicated-JSON-Field-Data-in-Table/m-p/706909#M116896</link>
      <description>&lt;P&gt;Well, right as I go to create a ticket, I stumbled onto an old note that had the fix. I had to do the following on the SH:&lt;/P&gt;&lt;P&gt;sudo -u splunk mkdir -p /opt/splunk/etc/apps/RabbitMQ_Settings/metadata&lt;/P&gt;&lt;P&gt;sudo -u splunk vim /opt/splunk/etc/apps/RabbitMQ_Settings/metadata/local.meta&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[]
access = read : [ * ], write : [ admin ]
export = system&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recalled something about permissions or some other weirdo Splunk requirement. Aggravating, but at least it's working as expected now.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 14:47:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Yet-Another-Duplicated-JSON-Field-Data-in-Table/m-p/706909#M116896</guid>
      <dc:creator>dbray_sd</dc:creator>
      <dc:date>2024-12-16T14:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Yet Another Duplicated JSON Field Data in Table</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Yet-Another-Duplicated-JSON-Field-Data-in-Table/m-p/706915#M116897</link>
      <description>&lt;P&gt;OK. Two things.&lt;/P&gt;&lt;P&gt;1. &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt; it doesn't matter how many times you have the same setting specified. Only the "last one" is effective. So on its own just specifying INDEXED_EXTRACTIONS twice doesn't do anything. Of course which setting is the "last one" depends on the settings priority.&lt;/P&gt;&lt;P&gt;2. &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/146904"&gt;@dbray_sd&lt;/a&gt; It makes sense. If you simply run btool on a SH without providing app context you will get effective settings flattened using "normal" setting precedence - not taking into account those context (as if all settings were specified in a global system context). For quite a few versions now btool has supported an --app=something argument so you can evaluate your settings in an app context. But it will - as far as I remember - still not check user's settings and I'm not 100% sure if it will properly check permissions.&lt;/P&gt;&lt;P&gt;So yes, your solution makes sense. If you haven't explicitly exported your app's contents they'll only be usable in that app's context.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 15:17:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Yet-Another-Duplicated-JSON-Field-Data-in-Table/m-p/706915#M116897</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-12-16T15:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Yet Another Duplicated JSON Field Data in Table</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Yet-Another-Duplicated-JSON-Field-Data-in-Table/m-p/706948#M116902</link>
      <description>There is also user context which needs also app context. &lt;A href="https://docs.splunk.com/Documentation/Splunk/9.3.2/Troubleshooting/Usebtooltotroubleshootconfigurations" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.3.2/Troubleshooting/Usebtooltotroubleshootconfigurations&lt;/A&gt;</description>
      <pubDate>Mon, 16 Dec 2024 20:20:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Yet-Another-Duplicated-JSON-Field-Data-in-Table/m-p/706948#M116902</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2024-12-16T20:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Yet Another Duplicated JSON Field Data in Table</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Yet-Another-Duplicated-JSON-Field-Data-in-Table/m-p/706966#M116909</link>
      <description>Maybe this app &lt;A href="https://splunkbase.splunk.com/app/6368" target="_blank"&gt;https://splunkbase.splunk.com/app/6368&lt;/A&gt; helps you to see what you have in props.conf in your search context?</description>
      <pubDate>Mon, 16 Dec 2024 22:19:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Yet-Another-Duplicated-JSON-Field-Data-in-Table/m-p/706966#M116909</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2024-12-16T22:19:13Z</dc:date>
    </item>
  </channel>
</rss>

