<?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: Create a custom column in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Creating-a-custom-column-defined-based-on-criteria/m-p/632821#M15540</link>
    <description>&lt;P&gt;Yes, that's what I need because later on I'll run a dedup based on correlationId&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Mar 2023 17:00:05 GMT</pubDate>
    <dc:creator>LealP</dc:creator>
    <dc:date>2023-03-01T17:00:05Z</dc:date>
    <item>
      <title>Creating a custom column defined based on criteria?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Creating-a-custom-column-defined-based-on-criteria/m-p/632800#M15536</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have a scenario where I need to create a custom column (status) that should be defined based on a criteria.&lt;/P&gt;
&lt;TABLE width="311px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="107.234px"&gt;&lt;STRONG&gt;CorrelationID&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="202.766px"&gt;&lt;STRONG&gt;tracePoint&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="107.234px"&gt;123&lt;/TD&gt;
&lt;TD width="202.766px"&gt;START&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="107.234px"&gt;123&lt;/TD&gt;
&lt;TD width="202.766px"&gt;BEFORE REQUEST&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="107.234px"&gt;123&lt;/TD&gt;
&lt;TD width="202.766px"&gt;AFTER REQUEST&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="107.234px"&gt;123&lt;/TD&gt;
&lt;TD width="202.766px"&gt;END&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="107.234px"&gt;456&lt;/TD&gt;
&lt;TD width="202.766px"&gt;START&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="107.234px"&gt;456&lt;/TD&gt;
&lt;TD width="202.766px"&gt;BEFORE REQUEST&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="107.234px"&gt;456&lt;/TD&gt;
&lt;TD width="202.766px"&gt;EXCEPTION&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="107.234px"&gt;789&lt;/TD&gt;
&lt;TD width="202.766px"&gt;START&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="107.234px"&gt;789&lt;/TD&gt;
&lt;TD width="202.766px"&gt;AFTER REQUEST&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Expected Output:&lt;/P&gt;
&lt;TABLE width="395px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="107.438px"&gt;&lt;STRONG&gt;CorrelationID&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="168.312px"&gt;&lt;STRONG&gt;tracePoint&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="118.25px"&gt;&lt;STRONG&gt;Status&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="107.438px"&gt;123&lt;/TD&gt;
&lt;TD width="168.312px"&gt;START&lt;/TD&gt;
&lt;TD width="118.25px"&gt;SUCCESS&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="107.438px"&gt;123&lt;/TD&gt;
&lt;TD width="168.312px"&gt;BEFORE REQUEST&lt;/TD&gt;
&lt;TD width="118.25px"&gt;SUCCESS&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="107.438px"&gt;123&lt;/TD&gt;
&lt;TD width="168.312px"&gt;AFTER REQUEST&lt;/TD&gt;
&lt;TD width="118.25px"&gt;SUCCESS&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="107.438px"&gt;123&lt;/TD&gt;
&lt;TD width="168.312px"&gt;END&lt;/TD&gt;
&lt;TD width="118.25px"&gt;SUCCESS&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="107.438px"&gt;456&lt;/TD&gt;
&lt;TD width="168.312px"&gt;START&lt;/TD&gt;
&lt;TD width="118.25px"&gt;ERROR&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="107.438px"&gt;456&lt;/TD&gt;
&lt;TD width="168.312px"&gt;BEFORE REQUEST&lt;/TD&gt;
&lt;TD width="118.25px"&gt;ERROR&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="107.438px"&gt;456&lt;/TD&gt;
&lt;TD width="168.312px"&gt;EXCEPTION&lt;/TD&gt;
&lt;TD width="118.25px"&gt;ERROR&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="107.438px"&gt;789&lt;/TD&gt;
&lt;TD width="168.312px"&gt;START&lt;/TD&gt;
&lt;TD width="118.25px"&gt;UNKNOWN&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="107.438px"&gt;789&lt;/TD&gt;
&lt;TD width="168.312px"&gt;AFTER REQUEST&lt;/TD&gt;
&lt;TD width="118.25px"&gt;UNKNOWN&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rule: for a given correlationID the status should be set to ERROR if for that correlationId there is a tracePoint=EXCEPRION, should be set to SUCCESS if for that correlationId there is a tracePoint=END and should be set to UNKNOWN if for that correlationID there is no tracePoint=EXCEPTION or tracePoint=END.&lt;/P&gt;
&lt;P&gt;Can you give me some guidance on how to achieve this scenario? Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 15:12:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Creating-a-custom-column-defined-based-on-criteria/m-p/632800#M15536</guid>
      <dc:creator>LealP</dc:creator>
      <dc:date>2023-03-02T15:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Create a custom column</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Creating-a-custom-column-defined-based-on-criteria/m-p/632807#M15537</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;your example is abit confusing as you have three different states for the same tarcePoint value "START"&lt;BR /&gt;&lt;BR /&gt;try something like this:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;your normal query&amp;gt;&lt;/P&gt;&lt;P&gt;| eval status = Case(tracePoint LIKE "%EXCEPTION%", "ERROR",&amp;nbsp;tracePoint LIKE "%&amp;lt;your criteria here&amp;gt;%", "SUCCESS", 1==1, "UNKOWN")&lt;BR /&gt;&lt;BR /&gt;then just table all three columns&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 16:37:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Creating-a-custom-column-defined-based-on-criteria/m-p/632807#M15537</guid>
      <dc:creator>Brausepaule</dc:creator>
      <dc:date>2023-03-01T16:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Create a custom column</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Creating-a-custom-column-defined-based-on-criteria/m-p/632815#M15538</link>
      <description>&lt;P&gt;That eval statement doesn't produce the expected output:&lt;/P&gt;&lt;TABLE width="514px"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="107.594px"&gt;&lt;STRONG&gt;CorrelationID&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="161.547px"&gt;&lt;STRONG&gt;tracePoint&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="94.3125px"&gt;&lt;STRONG&gt;Status&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="149.547px"&gt;&lt;STRONG&gt;Expected Status&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="107.594px"&gt;123&lt;/TD&gt;&lt;TD width="161.547px"&gt;START&lt;/TD&gt;&lt;TD width="94.3125px"&gt;UNKNOWN&lt;/TD&gt;&lt;TD width="149.547px"&gt;SUCCESS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="107.594px"&gt;123&lt;/TD&gt;&lt;TD width="161.547px"&gt;BEFORE REQUEST&lt;/TD&gt;&lt;TD width="94.3125px"&gt;UNKNOWN&lt;/TD&gt;&lt;TD width="149.547px"&gt;SUCCESS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="107.594px"&gt;123&lt;/TD&gt;&lt;TD width="161.547px"&gt;AFTER REQUEST&lt;/TD&gt;&lt;TD width="94.3125px"&gt;UNKNOWN&lt;/TD&gt;&lt;TD width="149.547px"&gt;SUCCESS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="107.594px"&gt;123&lt;/TD&gt;&lt;TD width="161.547px"&gt;END&lt;/TD&gt;&lt;TD width="94.3125px"&gt;SUCCESS&lt;/TD&gt;&lt;TD width="149.547px"&gt;SUCCESS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="107.594px"&gt;456&lt;/TD&gt;&lt;TD width="161.547px"&gt;START&lt;/TD&gt;&lt;TD width="94.3125px"&gt;UNKNOWN&lt;/TD&gt;&lt;TD width="149.547px"&gt;ERROR&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="107.594px"&gt;456&lt;/TD&gt;&lt;TD width="161.547px"&gt;BEFORE REQUEST&lt;/TD&gt;&lt;TD width="94.3125px"&gt;UNKNOWN&lt;/TD&gt;&lt;TD width="149.547px"&gt;ERROR&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="107.594px"&gt;456&lt;/TD&gt;&lt;TD width="161.547px"&gt;EXCEPTION&lt;/TD&gt;&lt;TD width="94.3125px"&gt;ERROR&lt;/TD&gt;&lt;TD width="149.547px"&gt;ERROR&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="107.594px"&gt;789&lt;/TD&gt;&lt;TD width="161.547px"&gt;START&lt;/TD&gt;&lt;TD width="94.3125px"&gt;UNKNOWN&lt;/TD&gt;&lt;TD width="149.547px"&gt;UNKNOWN&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="107.594px"&gt;789&lt;/TD&gt;&lt;TD width="161.547px"&gt;AFTER REQUEST&lt;/TD&gt;&lt;TD width="94.3125px"&gt;UNKNOWN&lt;/TD&gt;&lt;TD width="149.547px"&gt;UNKNOWN&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example: for correlationID 456 if there is one row with tracePoint=EXCEPTION, all the rows related with correlationID 456 should be set with status=ERROR&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 16:46:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Creating-a-custom-column-defined-based-on-criteria/m-p/632815#M15538</guid>
      <dc:creator>LealP</dc:creator>
      <dc:date>2023-03-01T16:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Create a custom column</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Creating-a-custom-column-defined-based-on-criteria/m-p/632819#M15539</link>
      <description>&lt;P&gt;my Case Statement was an example, but anyhow you intend to flag events with same identifier based on one event with that identifier...in this case my solution would never work, as i judges each line byitself.&lt;BR /&gt;&lt;BR /&gt;do you need the actuall list or would this suffice:&lt;/P&gt;&lt;TABLE width="468"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="173"&gt;CorrelationID&lt;/TD&gt;&lt;TD width="295"&gt;Status&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="173"&gt;123&lt;/TD&gt;&lt;TD width="295"&gt;SUCCESS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="173"&gt;456&lt;/TD&gt;&lt;TD width="295"&gt;ERROR&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="173"&gt;789&lt;/TD&gt;&lt;TD width="295"&gt;UNKNOWN&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 16:51:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Creating-a-custom-column-defined-based-on-criteria/m-p/632819#M15539</guid>
      <dc:creator>Brausepaule</dc:creator>
      <dc:date>2023-03-01T16:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Create a custom column</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Creating-a-custom-column-defined-based-on-criteria/m-p/632821#M15540</link>
      <description>&lt;P&gt;Yes, that's what I need because later on I'll run a dedup based on correlationId&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 17:00:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Creating-a-custom-column-defined-based-on-criteria/m-p/632821#M15540</guid>
      <dc:creator>LealP</dc:creator>
      <dc:date>2023-03-01T17:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Create a custom column</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Creating-a-custom-column-defined-based-on-criteria/m-p/632829#M15541</link>
      <description>&lt;P class="lia-align-left"&gt;please try this:&lt;BR /&gt;&lt;BR /&gt;| stats values(tracePoint) as all_states by CorrelationID&lt;BR /&gt;| eval status = Case(all_states LIKE "%EXCEPTION%", "ERROR", all_states LIKE "%END%", "SUCCESS", 1==1, "UNKOWN")&lt;BR /&gt;| table CorrelationID status&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 17:10:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Creating-a-custom-column-defined-based-on-criteria/m-p/632829#M15541</guid>
      <dc:creator>Brausepaule</dc:creator>
      <dc:date>2023-03-01T17:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Create a custom column</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Creating-a-custom-column-defined-based-on-criteria/m-p/632834#M15542</link>
      <description>&lt;P&gt;the command that you sent produces that simplified&amp;nbsp; table containing only 3 lines, however before doing that I need to filter based on some other columns (that I didn't put in the example) and I need to have all rows&amp;nbsp; with that computed status column:&lt;/P&gt;&lt;TABLE width="441px"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="107.656px"&gt;CorrelationID&lt;/TD&gt;&lt;TD width="160.641px"&gt;tracePoint&lt;/TD&gt;&lt;TD width="171.703px"&gt;Status&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="107.656px"&gt;123&lt;/TD&gt;&lt;TD width="160.641px"&gt;START&lt;/TD&gt;&lt;TD width="171.703px"&gt;SUCCESS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="107.656px"&gt;123&lt;/TD&gt;&lt;TD width="160.641px"&gt;BEFORE REQUEST&lt;/TD&gt;&lt;TD width="171.703px"&gt;SUCCESS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="107.656px"&gt;123&lt;/TD&gt;&lt;TD width="160.641px"&gt;AFTER REQUEST&lt;/TD&gt;&lt;TD width="171.703px"&gt;SUCCESS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="107.656px"&gt;123&lt;/TD&gt;&lt;TD width="160.641px"&gt;END&lt;/TD&gt;&lt;TD width="171.703px"&gt;SUCCESS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="107.656px"&gt;456&lt;/TD&gt;&lt;TD width="160.641px"&gt;START&lt;/TD&gt;&lt;TD width="171.703px"&gt;ERROR&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="107.656px"&gt;456&lt;/TD&gt;&lt;TD width="160.641px"&gt;BEFORE REQUEST&lt;/TD&gt;&lt;TD width="171.703px"&gt;ERROR&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="107.656px"&gt;456&lt;/TD&gt;&lt;TD width="160.641px"&gt;EXCEPTION&lt;/TD&gt;&lt;TD width="171.703px"&gt;ERROR&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="107.656px"&gt;789&lt;/TD&gt;&lt;TD width="160.641px"&gt;START&lt;/TD&gt;&lt;TD width="171.703px"&gt;UNKNOWN&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="107.656px"&gt;789&lt;/TD&gt;&lt;TD width="160.641px"&gt;AFTER REQUEST&lt;/TD&gt;&lt;TD width="171.703px"&gt;UNKNOWN&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for not making myself clear.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 17:27:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Creating-a-custom-column-defined-based-on-criteria/m-p/632834#M15542</guid>
      <dc:creator>LealP</dc:creator>
      <dc:date>2023-03-01T17:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Create a custom column</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Creating-a-custom-column-defined-based-on-criteria/m-p/632837#M15543</link>
      <description>&lt;P&gt;okay so not as simple as i hoped.&lt;/P&gt;&lt;P&gt;just to get an idea...about how many IDs and lines are we talking about?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 17:32:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Creating-a-custom-column-defined-based-on-criteria/m-p/632837#M15543</guid>
      <dc:creator>Brausepaule</dc:creator>
      <dc:date>2023-03-01T17:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Create a custom column</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Creating-a-custom-column-defined-based-on-criteria/m-p/632839#M15544</link>
      <description>&lt;P&gt;it can be a big number...thousands for sure&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 17:43:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Creating-a-custom-column-defined-based-on-criteria/m-p/632839#M15544</guid>
      <dc:creator>LealP</dc:creator>
      <dc:date>2023-03-01T17:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Create a custom column</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Creating-a-custom-column-defined-based-on-criteria/m-p/632841#M15545</link>
      <description>&lt;P&gt;Okay if it is a big number we are talking reporting and not monitoring i guess.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am basically a novice myself but i use dirty tricks. They are not nice to look at and are probably more complicated tahn neccessary, but as long as no one else provides a better solution this will work.&lt;BR /&gt;&lt;BR /&gt;Use my last query to create the short table.&lt;/P&gt;&lt;P&gt;save the results in a summary index:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;| collect index=&amp;lt;your_summary_index&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Here it gets complicated...how often do you run the query?&lt;/P&gt;&lt;P&gt;If it is very frequent then we are talking about monitoring...in this case my solution will still work, but might pose consistency issues.&lt;BR /&gt;&lt;BR /&gt;In your query use a join a join command:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;| join type=left CorrelationID [ | search index=&amp;lt;your_summary_index&amp;gt;]&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;this will add the field status to your main search based on the&amp;nbsp;CorrelationID.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IMPORTANT: run the query to populate the sumary index shortly before the query which uses it. Then in the join qualify earliest as -10min or so.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;give it a try &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 17:57:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Creating-a-custom-column-defined-based-on-criteria/m-p/632841#M15545</guid>
      <dc:creator>Brausepaule</dc:creator>
      <dc:date>2023-03-01T17:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Create a custom column</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Creating-a-custom-column-defined-based-on-criteria/m-p/632854#M15547</link>
      <description>&lt;P&gt;The dashboard that I'm developing is purely for monitoring purposes. I'm afraid that the solution proposed it's not the one that fits my requirement.&lt;/P&gt;&lt;P&gt;The issues is that I'm a newbie and I don't know in detail that vast collection of commands provided by Splunk. Is there any expert that could advise on the best approach for my requirement?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 19:16:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Creating-a-custom-column-defined-based-on-criteria/m-p/632854#M15547</guid>
      <dc:creator>LealP</dc:creator>
      <dc:date>2023-03-01T19:16:27Z</dc:date>
    </item>
  </channel>
</rss>

