<?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 merge two tables to get result in one table in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-merge-two-tables-to-get-result-in-one-table/m-p/670804#M229920</link>
    <description>&lt;P&gt;What else I can do to get the correlationId in one table as this query is comparing and giving the common results.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;(sourcetype=bmw-crm-wh-sl-sfdc-subscribe-pe-int-api ("Received platform event for CUSTOMER"))

| table properties.correlationId

| join left=L right=R type=inner where L.properties.correlationId=R.properties.correlationId [search sourcetype=bmw-pl-customer-int-api ("recipient : *.ESOCRM") | table properties.correlationId]&lt;/LI-CODE&gt;
&lt;P class=""&gt;&lt;BR /&gt;&lt;BR /&gt;And can I again you join in this query.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Dec 2023 13:06:13 GMT</pubDate>
    <dc:creator>avi7326</dc:creator>
    <dc:date>2023-12-05T13:06:13Z</dc:date>
    <item>
      <title>How to merge two tables to get result in one table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-merge-two-tables-to-get-result-in-one-table/m-p/670796#M229917</link>
      <description>&lt;P&gt;How to get a single table from this query having all the correlationId together in one table&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="avi7326_0-1701776034776.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/28373i50A2D6223C0B2592/image-size/medium?v=v2&amp;amp;px=400" role="button" title="avi7326_0-1701776034776.png" alt="avi7326_0-1701776034776.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 11:34:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-merge-two-tables-to-get-result-in-one-table/m-p/670796#M229917</guid>
      <dc:creator>avi7326</dc:creator>
      <dc:date>2023-12-05T11:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge two tables to get result in one table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-merge-two-tables-to-get-result-in-one-table/m-p/670801#M229919</link>
      <description>&lt;P&gt;Your join has already created a single table. However, you might want to consider including both sourcetypes and filters in the same initial search, then collate the events with a stats command.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 11:47:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-merge-two-tables-to-get-result-in-one-table/m-p/670801#M229919</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-12-05T11:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge two tables to get result in one table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-merge-two-tables-to-get-result-in-one-table/m-p/670804#M229920</link>
      <description>&lt;P&gt;What else I can do to get the correlationId in one table as this query is comparing and giving the common results.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;(sourcetype=bmw-crm-wh-sl-sfdc-subscribe-pe-int-api ("Received platform event for CUSTOMER"))

| table properties.correlationId

| join left=L right=R type=inner where L.properties.correlationId=R.properties.correlationId [search sourcetype=bmw-pl-customer-int-api ("recipient : *.ESOCRM") | table properties.correlationId]&lt;/LI-CODE&gt;
&lt;P class=""&gt;&lt;BR /&gt;&lt;BR /&gt;And can I again you join in this query.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 13:06:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-merge-two-tables-to-get-result-in-one-table/m-p/670804#M229920</guid>
      <dc:creator>avi7326</dc:creator>
      <dc:date>2023-12-05T13:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge two tables to get result in one table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-merge-two-tables-to-get-result-in-one-table/m-p/670805#M229921</link>
      <description>&lt;LI-CODE lang="markup"&gt;(sourcetype=bmw-crm-wh-sl-sfdc-subscribe-pe-int-api ("Received platform event for CUSTOMER")) OR (sourcetype=bmw-pl-customer-int-api ("recipient : *.ESOCRM")) | stats values by properties.correlationId&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 05 Dec 2023 12:06:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-merge-two-tables-to-get-result-in-one-table/m-p/670805#M229921</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-12-05T12:06:31Z</dc:date>
    </item>
  </channel>
</rss>

