<?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: Can someone suggest few ways of correlation of two or more fields in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Can-someone-suggest-few-ways-of-correlation-of-two-or-more/m-p/392581#M171033</link>
    <description>&lt;P&gt;Most welcome ! Please upvote and accept the answer if it was helpful &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 28 May 2019 11:16:34 GMT</pubDate>
    <dc:creator>DavidHourani</dc:creator>
    <dc:date>2019-05-28T11:16:34Z</dc:date>
    <item>
      <title>Can someone suggest few ways of correlation of two or more fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-someone-suggest-few-ways-of-correlation-of-two-or-more/m-p/392574#M171026</link>
      <description>&lt;P&gt;I have a ticket dump with following fields. &lt;BR /&gt;
Transaction ID&lt;BR /&gt;
Transaction Type&lt;BR /&gt;
Description&lt;BR /&gt;
Priority&lt;BR /&gt;
urgency&lt;BR /&gt;
Created On&lt;BR /&gt;&lt;BR /&gt;
Created By&lt;BR /&gt;
Actual Closed&lt;BR /&gt;
Resolution code&lt;BR /&gt;
SR Type&lt;BR /&gt;
App ID&lt;/P&gt;

&lt;P&gt;My need to correlate among 2 fields. Please do provide few correlation search commands(SPL) with above fields. Also need to convert the search into dashboards. &lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 10:10:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-someone-suggest-few-ways-of-correlation-of-two-or-more/m-p/392574#M171026</guid>
      <dc:creator>asm_coe</dc:creator>
      <dc:date>2019-05-28T10:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can someone suggest few ways of correlation of two or more fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-someone-suggest-few-ways-of-correlation-of-two-or-more/m-p/392575#M171027</link>
      <description>&lt;P&gt;You can do co-relation in multiple ways&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;If each event contains all the fields =&amp;gt; &lt;CODE&gt;index=yourIndex sourcetype=yourSourceType Priority&amp;gt;2 Transaction_ID="12345"&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;If you want to club multiple events, then do &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.6/SearchReference/Transaction"&gt;transaction&lt;/A&gt; command&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Please do read about converting searches to Dashboard&lt;BR /&gt;
1. Build basic dashboard =&amp;gt; &lt;A href="http://dev.splunk.com/view/webframework-tutorials/SP-CAAAEN4"&gt;http://dev.splunk.com/view/webframework-tutorials/SP-CAAAEN4&lt;/A&gt;&lt;BR /&gt;
2. &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/SearchTutorial/Createnewdashboard"&gt;https://docs.splunk.com/Documentation/Splunk/latest/SearchTutorial/Createnewdashboard&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 10:24:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-someone-suggest-few-ways-of-correlation-of-two-or-more/m-p/392575#M171027</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2019-05-28T10:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can someone suggest few ways of correlation of two or more fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-someone-suggest-few-ways-of-correlation-of-two-or-more/m-p/392576#M171028</link>
      <description>&lt;P&gt;Hi @asm_coe,&lt;/P&gt;

&lt;P&gt;Correlation takes place usually between multiple sources with similar fields. I think you're looking for building transactions. For that you can use the &lt;CODE&gt;transaction&lt;/CODE&gt; command.&lt;/P&gt;

&lt;P&gt;Your SPL would look like this :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index= yourIndex sourcetype=yourSourcetype | transaction Transaction_ID App_ID
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will combine all fields with similar transaction ID and APP ID together.&lt;/P&gt;

&lt;P&gt;Official documentation here for the latest version:&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Transaction"&gt;https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Transaction&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Let me know if that helps.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
David&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 10:27:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-someone-suggest-few-ways-of-correlation-of-two-or-more/m-p/392576#M171028</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-05-28T10:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can someone suggest few ways of correlation of two or more fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-someone-suggest-few-ways-of-correlation-of-two-or-more/m-p/392577#M171029</link>
      <description>&lt;P&gt;Thanks David for the quick help, Also please how can I convert this search into a dashboard. like chart or pie chart.&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 10:59:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-someone-suggest-few-ways-of-correlation-of-two-or-more/m-p/392577#M171029</guid>
      <dc:creator>asm_coe</dc:creator>
      <dc:date>2019-05-28T10:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can someone suggest few ways of correlation of two or more fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-someone-suggest-few-ways-of-correlation-of-two-or-more/m-p/392578#M171030</link>
      <description>&lt;P&gt;Thanks Koshyk, Can you please suggest few correlation commands.&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 11:00:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-someone-suggest-few-ways-of-correlation-of-two-or-more/m-p/392578#M171030</guid>
      <dc:creator>asm_coe</dc:creator>
      <dc:date>2019-05-28T11:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can someone suggest few ways of correlation of two or more fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-someone-suggest-few-ways-of-correlation-of-two-or-more/m-p/392579#M171031</link>
      <description>&lt;P&gt;Ah, that's the easy part ^^ After running the search right next to the search button there is a "save as" button. Click that, select &lt;STRONG&gt;dashboard panel&lt;/STRONG&gt; and then select either to make a new dashboard or an existing one.&lt;BR /&gt;
If you need some documentation about that let me know !&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 11:01:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-someone-suggest-few-ways-of-correlation-of-two-or-more/m-p/392579#M171031</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-05-28T11:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can someone suggest few ways of correlation of two or more fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-someone-suggest-few-ways-of-correlation-of-two-or-more/m-p/392580#M171032</link>
      <description>&lt;P&gt;Thanks David for your help. Really appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 11:11:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-someone-suggest-few-ways-of-correlation-of-two-or-more/m-p/392580#M171032</guid>
      <dc:creator>asm_coe</dc:creator>
      <dc:date>2019-05-28T11:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can someone suggest few ways of correlation of two or more fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-someone-suggest-few-ways-of-correlation-of-two-or-more/m-p/392581#M171033</link>
      <description>&lt;P&gt;Most welcome ! Please upvote and accept the answer if it was helpful &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 11:16:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-someone-suggest-few-ways-of-correlation-of-two-or-more/m-p/392581#M171033</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-05-28T11:16:34Z</dc:date>
    </item>
  </channel>
</rss>

