<?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: How to join multiple condition in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708612#M239618</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Assuming type and displayId are already extracted,&lt;BR /&gt;&lt;/SPAN&gt;NO .. I am not able to join All 3 condition together for 1 id.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So I need full query to get the ids which are updating in all 3 DB but not updating in kafka topic.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jan 2025 15:11:36 GMT</pubDate>
    <dc:creator>Swati</dc:creator>
    <dc:date>2025-01-13T15:11:36Z</dc:date>
    <item>
      <title>How to join multiple condition</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708608#M239614</link>
      <description>&lt;P&gt;In my logs&amp;nbsp;I am getting 4 events for 1 id.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;1)Updating DB record with displayId=ABC0000000; type=TRANSFER&lt;BR /&gt;2)Updating DB record with displayId=ABC0000000; type=MESSAGES&lt;BR /&gt;3)Updating DB record with displayId=ABC0000000; type=POSTING&lt;BR /&gt;4)Sending message to&amp;nbsp; topic ver. 2.3 with displayId=ABC0000000&lt;/P&gt;&lt;P&gt;Sample logs:&lt;BR /&gt;[13.01.2025 15:45.50] [XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX] [XXXXXXXXXXXXXXXXXXXXXX] [INFO ] [Application_name]- Updating DB record with displayId=ABC0000000; type=TRANSFER&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I want to get the list of all those ids which have all 3 events like "Updating DB........." but missing "Sending message to&amp;nbsp; topic ........."&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 14:49:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708608#M239614</guid>
      <dc:creator>Swati</dc:creator>
      <dc:date>2025-01-13T14:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to join multiple condition</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708610#M239616</link>
      <description>&lt;P&gt;Have you set-up any eventtypes or tagging?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 15:01:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708610#M239616</guid>
      <dc:creator>JohnEGones</dc:creator>
      <dc:date>2025-01-13T15:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to join multiple condition</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708611#M239617</link>
      <description>&lt;P&gt;Assuming type and displayId are already extracted, you could try something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| fillnull value="SENDING" type
| stats values(type) as types by displayId
| where mvcount(types) != 4 or types != "SENDING"&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 13 Jan 2025 15:06:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708611#M239617</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-01-13T15:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to join multiple condition</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708612#M239618</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Assuming type and displayId are already extracted,&lt;BR /&gt;&lt;/SPAN&gt;NO .. I am not able to join All 3 condition together for 1 id.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So I need full query to get the ids which are updating in all 3 DB but not updating in kafka topic.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 15:11:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708612#M239618</guid>
      <dc:creator>Swati</dc:creator>
      <dc:date>2025-01-13T15:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to join multiple condition</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708613#M239619</link>
      <description>&lt;P&gt;Does&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=WhatEverIndexTheseLogsAreIn type OR displayId&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;produce any of the logs you want?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 15:14:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708613#M239619</guid>
      <dc:creator>JohnEGones</dc:creator>
      <dc:date>2025-01-13T15:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to join multiple condition</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708614#M239620</link>
      <description>&lt;P&gt;Assuming your events are as you showed, try using extract&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults
| fields - _time
| eval _raw="[13.01.2025 15:45.50] [XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX] [XXXXXXXXXXXXXXXXXXXXXX] [INFO ] [Application_name]- Updating DB record with displayId=ABC0000000; type=TRANSFER
[13.01.2025 15:45.50] [XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX] [XXXXXXXXXXXXXXXXXXXXXX] [INFO ] [Application_name]- Updating DB record with displayId=ABC0000000; type=MESSAGES
[13.01.2025 15:45.50] [XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX] [XXXXXXXXXXXXXXXXXXXXXX] [INFO ] [Application_name]- Updating DB record with displayId=ABC0000000; type=POSTING
[13.01.2025 15:45.50] [XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX] [XXXXXXXXXXXXXXXXXXXXXX] [INFO ] [Application_name]- Sending message to  topic ver. 2.3 with displayId=ABC0000000"
| multikv noheader=t
| fields _raw
``` The lines above emulate the data you have shared and are unnecessary for your real data ```
| extract
| fillnull value="SENDING" type
| stats values(type) as types by displayId
| where mvcount(types) != 4 or types != "SENDING"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 15:17:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708614#M239620</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-01-13T15:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to join multiple condition</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708624#M239621</link>
      <description>&lt;P&gt;&lt;BR /&gt;If I am using below query I am getting all Ids in output which are having all 3 types.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;index=ABC source=XYX&lt;BR /&gt;| stats values(type) as types by displayId&lt;BR /&gt;| where mvcount(types) = 3&lt;/P&gt;&lt;TABLE width="526"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="137"&gt;displayId&lt;/TD&gt;&lt;TD width="389"&gt;types&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ABC0000001;&amp;nbsp;&lt;/TD&gt;&lt;TD width="389"&gt;Posting&lt;BR /&gt;Transfer&lt;BR /&gt;Message&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ABC0000001;&amp;nbsp;&lt;/TD&gt;&lt;TD width="389"&gt;Posting&lt;BR /&gt;Transfer&lt;BR /&gt;Message&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ABC0000003;&amp;nbsp;&lt;/TD&gt;&lt;TD width="389"&gt;Posting&lt;BR /&gt;Transfer&lt;BR /&gt;Message&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But if I am adding this 2 condition ,&amp;nbsp; not getting any result.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;|fillnull value="SENDING" type&lt;BR /&gt;where mvcount(types) != 4 or types != "SENDING"&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 16:08:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708624#M239621</guid>
      <dc:creator>Swati</dc:creator>
      <dc:date>2025-01-13T16:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to join multiple condition</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708627#M239623</link>
      <description>&lt;P&gt;What do you get if you add the fillnull and the first part of the where condition?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 16:16:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708627#M239623</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-01-13T16:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to join multiple condition</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708631#M239624</link>
      <description>&lt;P&gt;I got expected result using your solution , rest I will change condition according to my requirement.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;index=ABC source=XYX&lt;BR /&gt;| extract&lt;BR /&gt;| fillnull value="Sending message to Common Booked topic" type&lt;BR /&gt;| stats values(type) as types by displayId&lt;BR /&gt;| where mvcount(types) = 4&lt;BR /&gt;&lt;BR /&gt;Just one more help I need how to add Time also in table. Tried adding this but time is not printing.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;|table _time, displayId, types&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 16:26:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708631#M239624</guid>
      <dc:creator>Swati</dc:creator>
      <dc:date>2025-01-13T16:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to join multiple condition</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708632#M239625</link>
      <description>&lt;P&gt;Which time do you want - there are 4 events with different times!&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 16:31:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708632#M239625</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-01-13T16:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to join multiple condition</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708633#M239626</link>
      <description>&lt;P&gt;&lt;BR /&gt;I need to show time for all present events.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 16:41:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708633#M239626</guid>
      <dc:creator>Swati</dc:creator>
      <dc:date>2025-01-13T16:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to join multiple condition</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708639#M239627</link>
      <description>&lt;LI-CODE lang="markup"&gt;| stats values(type) as types values(_time) as times by displayId&lt;/LI-CODE&gt;&lt;P&gt;Note that this will give you the times in internal format (number of seconds since the beginning of 1970)&lt;/P&gt;&lt;P&gt;If you want the times formatted, you should create a field with the formatted version and collect those values.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 17:17:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708639#M239627</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-01-13T17:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to join multiple condition</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708731#M239634</link>
      <description>&lt;LI-CODE lang="markup"&gt;index=ABC source=XYZ 'ABC00000000001'
| fillnull value="SENDING" type
| stats values(type) as types by display&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;Using above query,&amp;nbsp; getting wrong output&lt;BR /&gt;1) 'Sending Type is coming with All event event if there is not sending event for that ID&lt;BR /&gt;2)&amp;nbsp; For the Ids which have 'sending' event 2 times in logs it should print twice in output.&amp;nbsp;&lt;BR /&gt;3)&amp;nbsp;Sample log, can we get this time from log event also in output.&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;[&lt;SPAN class=""&gt;21.12.2024&lt;/SPAN&gt; &lt;SPAN class=""&gt;00:33.37&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&lt;STRONG&gt;]&lt;/STRONG&gt; [&lt;/SPAN&gt;&lt;SPAN&gt;] [&lt;/SPAN&gt;&lt;SPAN&gt;] [&lt;/SPAN&gt;&lt;SPAN class=""&gt;INFO&lt;/SPAN&gt;&lt;SPAN&gt; ] [&lt;/SPAN&gt;&lt;SPAN&gt;] &lt;/SPAN&gt;&lt;SPAN class=""&gt;-&lt;/SPAN&gt; &lt;SPAN class=""&gt;Updating&lt;/SPAN&gt; &lt;SPAN class=""&gt;DB&lt;/SPAN&gt; &lt;SPAN class=""&gt;record&lt;/SPAN&gt; &lt;SPAN class=""&gt;with&lt;/SPAN&gt; &lt;SPAN class=""&gt;displayId=ABC00000000001&lt;/SPAN&gt;&lt;SPAN&gt;; &lt;/SPAN&gt;&lt;SPAN class=""&gt;type=RANSFER&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;TABLE width="222"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="137"&gt;ID&lt;/TD&gt;
&lt;TD width="85"&gt;Type&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="137"&gt;ABC0000001;&lt;/TD&gt;
&lt;TD width="85"&gt;
&lt;P&gt;TRANSFER&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="85"&gt;
&lt;P&gt;&lt;STRONG&gt;SENDING&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="137"&gt;ABC0000002&lt;/TD&gt;
&lt;TD width="85"&gt;
&lt;P&gt;TRANSFER&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="85"&gt;
&lt;P&gt;&lt;STRONG&gt;SENDING&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="137"&gt;ABC0000003&lt;/TD&gt;
&lt;TD width="85"&gt;
&lt;P&gt;POSTING&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="85"&gt;
&lt;P&gt;TRANSFER&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="85"&gt;
&lt;P&gt;&lt;STRONG&gt;SENDING&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="85"&gt;
&lt;P&gt;MESSAGES&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="137"&gt;ABC0000004&lt;/TD&gt;
&lt;TD width="85"&gt;
&lt;P&gt;POSTING&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="85"&gt;
&lt;P&gt;TRANSFER&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="85"&gt;
&lt;P&gt;&lt;STRONG&gt;SENDING&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="85"&gt;
&lt;P&gt;MESSAGES&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="137"&gt;ABC0000005&lt;/TD&gt;
&lt;TD width="85"&gt;
&lt;P&gt;TRANSFER&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="85"&gt;
&lt;P&gt;&lt;STRONG&gt;SENDING&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 15:07:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708731#M239634</guid>
      <dc:creator>Swati</dc:creator>
      <dc:date>2025-01-14T15:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to join multiple condition</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708744#M239635</link>
      <description>&lt;P&gt;From what you have shared (which is all I can go on), are you saying that the events which have been marked as "SENDING" in the type are not actually "Sending" messages? If so, presumably they also don't have a type field?&lt;/P&gt;&lt;P&gt;Please can you share accurate but anonymised examples of the all event types you are trying to process because doing it piecemeal is not very productive.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 13:10:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708744#M239635</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-01-14T13:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to join multiple condition</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708768#M239636</link>
      <description>&lt;DIV&gt;There are 2 ids ABC00000000001 and ABC00000000002&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;ABC00000000001 has events types : 'Transfer' and 'MESSAGES'&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;[21.12.2024 00:31.37] [] [] [INFO ] [Application_name] - Updating DB record with displayId=ABC0000001; type=TRANSFER&lt;/DIV&gt;&lt;DIV&gt;[21.12.2024 00:32.37] [] [] [INFO ] [Application_name] - Updating DB record with displayId=ABC0000001; type=MESSAGES&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;ABC00000000002 has events:&lt;/DIV&gt;&lt;DIV&gt;[21.12.2024 00:33.37] [] [] [INFO ] [Application_name] - Updating DB record with displayId=ABC0000002; type=TRANSFER&lt;/DIV&gt;&lt;DIV&gt;[21.12.2024 00:34.37] [] [] [INFO ] [Application_name] - Updating DB record with displayId=ABC0000002; type=MESSAGES&lt;/DIV&gt;&lt;DIV&gt;[21.12.2024 00:35.37] [] [] [INFO ] [Application_name] - Updating DB record with displayId=ABC0000002; type=POSTING&lt;/DIV&gt;&lt;DIV&gt;[21.12.2024 00:35.37] [] [] [INFO ] [Application_name] - Sending message to&amp;nbsp; Booked topic ver. 1.0 with displayId=ABC0000002&lt;/DIV&gt;&lt;DIV&gt;[21.12.2024 00:35.37] [] [] [INFO ] [Application_name] - Sending message to&amp;nbsp; Booked topic ver. 2.0 with displayId=ABC0000002&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;index=ABC source=XYZ&lt;BR /&gt;| fillnull value="SENDING" type&lt;BR /&gt;| stats values(type) as types by displayId&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;Expected&lt;/STRONG&gt; output is&lt;/DIV&gt;&lt;DIV&gt;-------------------------&lt;/DIV&gt;&lt;DIV&gt;ABC0000001 - TRANSFER&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&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; MESSAGES&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;ABC0000002 - TRANSFER&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&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; MESSAGES&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&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; POSTING&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&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; Sending message to Common Booked topic ver. 1.0&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&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; Sending message to Common Booked topic ver. 2.3&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;But Ouput is:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;ABC0000001 - TRANSFER&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&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; MESSAGES&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&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; Sending&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;ABC0000002 - TRANSFER&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&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; MESSAGES&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&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; POSTING&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&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; Sending&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Jan 2025 17:37:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708768#M239636</guid>
      <dc:creator>Swati</dc:creator>
      <dc:date>2025-01-14T17:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to join multiple condition</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708784#M239638</link>
      <description>&lt;P&gt;This is different from what you originally asked for. Worse than that, the expected output is subtly different to your input events. Please can you explain &lt;U&gt;precisely&lt;/U&gt; how the input events are to be processed to give the expected output?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 18:57:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-join-multiple-condition/m-p/708784#M239638</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-01-14T18:57:19Z</dc:date>
    </item>
  </channel>
</rss>

