<?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 Extract events where same key-value pair exist more than 1 time in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Extract-fields-with-specific-value-where-multiple-combination-of/m-p/702102#M238107</link>
    <description>&lt;P&gt;I've an event looks like below. The Key value pair of "test:22345" exists more than 1 time and I need only this events in the output as table or count of events.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{"test":"22345","testType":"model"},{"test":"22345","testType":"model1"},{"test":"22345","testType":"model2"}&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 16 Oct 2024 18:02:29 GMT</pubDate>
    <dc:creator>Deprasad</dc:creator>
    <dc:date>2024-10-16T18:02:29Z</dc:date>
    <item>
      <title>Extract fields with specific value where multiple combination of "value" exists for same "Key"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-fields-with-specific-value-where-multiple-combination-of/m-p/702103#M238104</link>
      <description>&lt;P&gt;I've the below event, where I need to display only event which has action=test and category=testdata.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;test
{
line1: 1
"action": "test",

"category": "testdata",

}

test1

{
line1: 1
"action": "event",

"category": "testdata",

}
test2

{
line1: 1
"action": "test",

"category": "duplicate_data",

}&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 16 Oct 2024 18:03:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-fields-with-specific-value-where-multiple-combination-of/m-p/702103#M238104</guid>
      <dc:creator>Deprasad</dc:creator>
      <dc:date>2024-10-16T18:03:08Z</dc:date>
    </item>
    <item>
      <title>Extract events where same key-value pair exist more than 1 time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-fields-with-specific-value-where-multiple-combination-of/m-p/702102#M238107</link>
      <description>&lt;P&gt;I've an event looks like below. The Key value pair of "test:22345" exists more than 1 time and I need only this events in the output as table or count of events.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{"test":"22345","testType":"model"},{"test":"22345","testType":"model1"},{"test":"22345","testType":"model2"}&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 16 Oct 2024 18:02:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-fields-with-specific-value-where-multiple-combination-of/m-p/702102#M238107</guid>
      <dc:creator>Deprasad</dc:creator>
      <dc:date>2024-10-16T18:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Extract fields with specific value where multiple combination of "value" exists for same "Key"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-fields-with-specific-value-where-multiple-combination-of/m-p/702104#M238105</link>
      <description>&lt;P&gt;What have you tried so far?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2024 17:54:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-fields-with-specific-value-where-multiple-combination-of/m-p/702104#M238105</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-10-16T17:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Extract fields with specific value where multiple combination of "value" exists for same "Key"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-fields-with-specific-value-where-multiple-combination-of/m-p/702110#M238106</link>
      <description>&lt;P&gt;If this is a verbatim copy of your original event you have much more problems with your data.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2024 19:23:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-fields-with-specific-value-where-multiple-combination-of/m-p/702110#M238106</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-10-16T19:23:01Z</dc:date>
    </item>
  </channel>
</rss>

