<?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: correlation search variable doesn't work in my incident review in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/correlation-search-variable-doesn-t-work-in-my-incident-review/m-p/669343#M15512</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/262200"&gt;@gwen&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;as you like, but masking the information I don't think that you reveal your confidential information.&lt;/P&gt;&lt;P&gt;Anyway,&amp;nbsp;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Nov 2023 15:02:47 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2023-11-21T15:02:47Z</dc:date>
    <item>
      <title>correlation search variable doesn't work in my incident review</title>
      <link>https://community.splunk.com/t5/Alerting/correlation-search-variable-doesn-t-work-in-my-incident-review/m-p/668986#M15504</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;i have a correlation search with variable that does'nt work&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;| stats count by host&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;| eval hello_world = host&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;when im looking in incident review, my alerte show $hello_word$ and not my values host.&lt;/P&gt;&lt;P&gt;Can you help me please ?&lt;/P&gt;&lt;P&gt;splunk ver 7.3.5&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 10:53:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/correlation-search-variable-doesn-t-work-in-my-incident-review/m-p/668986#M15504</guid>
      <dc:creator>gwen</dc:creator>
      <dc:date>2023-11-17T10:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: correlation search variable doesn't work in my incident review</title>
      <link>https://community.splunk.com/t5/Alerting/correlation-search-variable-doesn-t-work-in-my-incident-review/m-p/668992#M15505</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/262200"&gt;@gwen&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;sorry but I don't understand what you mean with variable.&lt;/P&gt;&lt;P&gt;A Correlation Search is an alert, so you canno pass a token to it.&lt;/P&gt;&lt;P&gt;Could you share your complete Correlation Search source code?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 11:30:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/correlation-search-variable-doesn-t-work-in-my-incident-review/m-p/668992#M15505</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-11-17T11:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: correlation search variable doesn't work in my incident review</title>
      <link>https://community.splunk.com/t5/Alerting/correlation-search-variable-doesn-t-work-in-my-incident-review/m-p/669001#M15506</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=windows_srv EventCode=20005

| stats count by host

| search count &amp;gt;= 1

| eval server_impacted = host, tentative_number = count

| table server_impacted, tentative_number&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and im using $server_impacted$ and $tentative_number$ in my correlation search.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;then i see in tittle on my incident review &lt;STRONG&gt;: my message on &lt;U&gt;$server_impacted$ &lt;/U&gt;&lt;/STRONG&gt;instead &lt;STRONG&gt;my message on windowsservername&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 13:06:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/correlation-search-variable-doesn-t-work-in-my-incident-review/m-p/669001#M15506</guid>
      <dc:creator>gwen</dc:creator>
      <dc:date>2023-11-17T13:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: correlation search variable doesn't work in my incident review</title>
      <link>https://community.splunk.com/t5/Alerting/correlation-search-variable-doesn-t-work-in-my-incident-review/m-p/669006#M15507</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/262200"&gt;@gwen&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;let me understand: what are&amp;nbsp;&lt;SPAN&gt;$server_impacted$ and $tentative_number$?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;are they tokens to pass in a drilldown or what else?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ciao.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Giuseppe&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 12:59:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/correlation-search-variable-doesn-t-work-in-my-incident-review/m-p/669006#M15507</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-11-17T12:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: correlation search variable doesn't work in my incident review</title>
      <link>https://community.splunk.com/t5/Alerting/correlation-search-variable-doesn-t-work-in-my-incident-review/m-p/669341#M15511</link>
      <description>&lt;P&gt;I thank you but I can not share much information because confidential.&lt;BR /&gt;It’s better to close the post.&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;Excuse me for being upset.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 14:59:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/correlation-search-variable-doesn-t-work-in-my-incident-review/m-p/669341#M15511</guid>
      <dc:creator>gwen</dc:creator>
      <dc:date>2023-11-21T14:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: correlation search variable doesn't work in my incident review</title>
      <link>https://community.splunk.com/t5/Alerting/correlation-search-variable-doesn-t-work-in-my-incident-review/m-p/669343#M15512</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/262200"&gt;@gwen&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;as you like, but masking the information I don't think that you reveal your confidential information.&lt;/P&gt;&lt;P&gt;Anyway,&amp;nbsp;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 15:02:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/correlation-search-variable-doesn-t-work-in-my-incident-review/m-p/669343#M15512</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-11-21T15:02:47Z</dc:date>
    </item>
  </channel>
</rss>

