<?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: Searching for merged events in Splunk in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Searching-for-merged-events-in-Splunk/m-p/417889#M120208</link>
    <description>&lt;PRE&gt;&lt;CODE&gt;    {
      "hello": "hello",
      "colors": {
        "red": "red",
        "blue": "blue",
        "green": "green"
      }
    }

    {
      "num_of_books": {
        "one": "1 book",
        "other": "%{count} books"
      }
    }
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Suppose I have the above two JSON objects which are indexed into a single event . Technically they should be in two separate events,  only few objects on a random basis were merged. I have corrected the issue by modifying the &lt;CODE&gt;props.conf&lt;/CODE&gt; .  &lt;/P&gt;

&lt;P&gt;I just want to know how many of these objects were merged instead of indexing into a single event, &lt;/P&gt;

&lt;P&gt;how can we write a SPL query to identify the merged events. &lt;/P&gt;</description>
    <pubDate>Tue, 11 Jun 2019 19:14:29 GMT</pubDate>
    <dc:creator>nawazns5038</dc:creator>
    <dc:date>2019-06-11T19:14:29Z</dc:date>
    <item>
      <title>Searching for merged events in Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Searching-for-merged-events-in-Splunk/m-p/417886#M120205</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have found that there are some events in Splunk that are merged and it is on a random basis and in a huge dataset. &lt;/P&gt;

&lt;P&gt;Can I please know if there is a way to find the events that are merged. &lt;/P&gt;

&lt;P&gt;All the events are in JSON format. &lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 22:35:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Searching-for-merged-events-in-Splunk/m-p/417886#M120205</guid>
      <dc:creator>nawazns5038</dc:creator>
      <dc:date>2019-06-10T22:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for merged events in Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Searching-for-merged-events-in-Splunk/m-p/417887#M120206</link>
      <description>&lt;P&gt;@nawazns5038,&lt;/P&gt;

&lt;P&gt;Take a look into below answer. Provide some sample data and explain what exactly the issue..&lt;/P&gt;

&lt;P&gt;[&lt;A href="https://answers.splunk.com/answers/124334/finding-the-field-difference-between-previous-event-and-current-event.html"&gt;https://answers.splunk.com/answers/124334/finding-the-field-difference-between-previous-event-and-current-event.html&lt;/A&gt;]&lt;/P&gt;

&lt;P&gt;Thanks ..&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 04:35:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Searching-for-merged-events-in-Splunk/m-p/417887#M120206</guid>
      <dc:creator>Shan</dc:creator>
      <dc:date>2019-06-11T04:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for merged events in Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Searching-for-merged-events-in-Splunk/m-p/417888#M120207</link>
      <description>&lt;P&gt;Similar problem of merged events (not json though) will give you a good idea around the solution.&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/590914/need-some-help-with-event-breaks.html"&gt;https://answers.splunk.com/answers/590914/need-some-help-with-event-breaks.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Would be able to help more if you mention your sample events and the rules you have defined for them&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 11:21:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Searching-for-merged-events-in-Splunk/m-p/417888#M120207</guid>
      <dc:creator>amitm05</dc:creator>
      <dc:date>2019-06-11T11:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for merged events in Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Searching-for-merged-events-in-Splunk/m-p/417889#M120208</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;    {
      "hello": "hello",
      "colors": {
        "red": "red",
        "blue": "blue",
        "green": "green"
      }
    }

    {
      "num_of_books": {
        "one": "1 book",
        "other": "%{count} books"
      }
    }
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Suppose I have the above two JSON objects which are indexed into a single event . Technically they should be in two separate events,  only few objects on a random basis were merged. I have corrected the issue by modifying the &lt;CODE&gt;props.conf&lt;/CODE&gt; .  &lt;/P&gt;

&lt;P&gt;I just want to know how many of these objects were merged instead of indexing into a single event, &lt;/P&gt;

&lt;P&gt;how can we write a SPL query to identify the merged events. &lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 19:14:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Searching-for-merged-events-in-Splunk/m-p/417889#M120208</guid>
      <dc:creator>nawazns5038</dc:creator>
      <dc:date>2019-06-11T19:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for merged events in Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Searching-for-merged-events-in-Splunk/m-p/417890#M120209</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;    {
      "hello": "hello",
      "colors": {
        "red": "red",
        "blue": "blue",
        "green": "green"
      }
    }

    {
      "num_of_books": {
        "one": "1 book",
        "other": "%{count} books"
      }
    }
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Suppose I have the above two JSON objects which are indexed into a single event . Technically they should be in two separate events,  only few objects on a random basis were merged. I have corrected the issue by modifying the &lt;CODE&gt;props.conf&lt;/CODE&gt; .  &lt;/P&gt;

&lt;P&gt;I just want to know how many of these objects were merged instead of indexing into a single event, &lt;/P&gt;

&lt;P&gt;how can we write a SPL query to identify the merged events. &lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 19:14:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Searching-for-merged-events-in-Splunk/m-p/417890#M120209</guid>
      <dc:creator>nawazns5038</dc:creator>
      <dc:date>2019-06-11T19:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for merged events in Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Searching-for-merged-events-in-Splunk/m-p/417891#M120210</link>
      <description>&lt;P&gt;&lt;CODE&gt;index=abcd | regex "}\n{"&lt;/CODE&gt; &lt;/P&gt;

&lt;P&gt;The above query worked . It will search for merged events in JSON format. &lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 20:43:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Searching-for-merged-events-in-Splunk/m-p/417891#M120210</guid>
      <dc:creator>nawazns5038</dc:creator>
      <dc:date>2019-06-12T20:43:48Z</dc:date>
    </item>
  </channel>
</rss>

