<?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 Splunk ESS: Why does drilldown notable not working? in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Splunk-ESS-Why-does-drilldown-notable-not-working/m-p/536816#M10145</link>
    <description>&lt;P&gt;Hi everyone,&lt;BR /&gt;I have a specific question for all of you.&lt;/P&gt;
&lt;P&gt;In Splunk ESS I created a correlation search and a notable for the monitoring Incident Review section.&lt;/P&gt;
&lt;P&gt;I have set up a specific notable with drilldown to which I pass a field of the CS (Corralation Search)&amp;nbsp; to perform the specific search and display via the Statistics tab.&lt;/P&gt;
&lt;P&gt;Corralation Search:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=* (statusCode=4* OR statusCode=5*)  
| rename "requestTime" as Time, "statusCode" as Status, "sourceIp" as SourceIp, "httpMethod" as HttpMethod, "endpointRequestId" as "EndpointReqID"  
| stats values(Status) as Status, values(HttpMethod) as HttpMethod, count by index, SourceIp, EndpointReqID&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Notable Drilldown&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=* (statusCode=4* OR statusCode=5*)  
| search sourceIp="$sourceIp$"
| rename "requestTime" as Time, "statusCode" as Status, "sourceIp" as SourceIp, "httpMethod" as HttpMethod, "endpointRequestId" as "EndpointReqID"  
| stats values(Status) as Status, values(HttpMethod) as HttpMethod, count by index, SourceIp, EndpointReqID&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I open the drilldown from the Notable screen, the following query is returned:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=* (statusCode=4* OR statusCode=5*) 
| search sourceIp="$sourceIp$" 
| rename "requestTime" as Time, "statusCode" as Status, "sourceIp" as SourceIp, "httpMethod" as HttpMethod, "endpointRequestId" as "EndpointReqID" 
| stats values(Status) as Status, values(HttpMethod) as HttpMethod, count by index, SourceIp, EndpointReqID&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instead of:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=* (statusCode=4* OR statusCode=5*)  
| search sourceIp="129.12.x.x"
| rename "requestTime" as Time, "statusCode" as Status, "sourceIp" as SourceIp, "httpMethod" as HttpMethod, "endpointRequestId" as "EndpointReqID"  
| stats values(Status) as Status, values(HttpMethod) as HttpMethod, count by index, SourceIp, EndpointReqID&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why is the &lt;STRONG&gt;$sourceIp$&lt;/STRONG&gt; field not recognized and replaced with the IP address of the CS so that it can perform a specific search?&lt;/P&gt;
&lt;P&gt;What is the error?&lt;/P&gt;
&lt;P&gt;Thank you all!&lt;/P&gt;</description>
    <pubDate>Sat, 23 Jan 2021 04:58:13 GMT</pubDate>
    <dc:creator>saveriobocca</dc:creator>
    <dc:date>2021-01-23T04:58:13Z</dc:date>
    <item>
      <title>Splunk ESS: Why does drilldown notable not working?</title>
      <link>https://community.splunk.com/t5/Alerting/Splunk-ESS-Why-does-drilldown-notable-not-working/m-p/536816#M10145</link>
      <description>&lt;P&gt;Hi everyone,&lt;BR /&gt;I have a specific question for all of you.&lt;/P&gt;
&lt;P&gt;In Splunk ESS I created a correlation search and a notable for the monitoring Incident Review section.&lt;/P&gt;
&lt;P&gt;I have set up a specific notable with drilldown to which I pass a field of the CS (Corralation Search)&amp;nbsp; to perform the specific search and display via the Statistics tab.&lt;/P&gt;
&lt;P&gt;Corralation Search:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=* (statusCode=4* OR statusCode=5*)  
| rename "requestTime" as Time, "statusCode" as Status, "sourceIp" as SourceIp, "httpMethod" as HttpMethod, "endpointRequestId" as "EndpointReqID"  
| stats values(Status) as Status, values(HttpMethod) as HttpMethod, count by index, SourceIp, EndpointReqID&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Notable Drilldown&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=* (statusCode=4* OR statusCode=5*)  
| search sourceIp="$sourceIp$"
| rename "requestTime" as Time, "statusCode" as Status, "sourceIp" as SourceIp, "httpMethod" as HttpMethod, "endpointRequestId" as "EndpointReqID"  
| stats values(Status) as Status, values(HttpMethod) as HttpMethod, count by index, SourceIp, EndpointReqID&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I open the drilldown from the Notable screen, the following query is returned:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=* (statusCode=4* OR statusCode=5*) 
| search sourceIp="$sourceIp$" 
| rename "requestTime" as Time, "statusCode" as Status, "sourceIp" as SourceIp, "httpMethod" as HttpMethod, "endpointRequestId" as "EndpointReqID" 
| stats values(Status) as Status, values(HttpMethod) as HttpMethod, count by index, SourceIp, EndpointReqID&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instead of:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=* (statusCode=4* OR statusCode=5*)  
| search sourceIp="129.12.x.x"
| rename "requestTime" as Time, "statusCode" as Status, "sourceIp" as SourceIp, "httpMethod" as HttpMethod, "endpointRequestId" as "EndpointReqID"  
| stats values(Status) as Status, values(HttpMethod) as HttpMethod, count by index, SourceIp, EndpointReqID&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why is the &lt;STRONG&gt;$sourceIp$&lt;/STRONG&gt; field not recognized and replaced with the IP address of the CS so that it can perform a specific search?&lt;/P&gt;
&lt;P&gt;What is the error?&lt;/P&gt;
&lt;P&gt;Thank you all!&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2021 04:58:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Splunk-ESS-Why-does-drilldown-notable-not-working/m-p/536816#M10145</guid>
      <dc:creator>saveriobocca</dc:creator>
      <dc:date>2021-01-23T04:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk ESS | Drilldown notable not work</title>
      <link>https://community.splunk.com/t5/Alerting/Splunk-ESS-Why-does-drilldown-notable-not-working/m-p/536864#M10154</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/50539"&gt;@saveriobocca&lt;/a&gt;&amp;nbsp;, just confirming, on your first search (Correlation Search) you have renamed sourceIp to SourceIp. Have you tried using "$SourceIp$" instead of "$sourceIp$" on your drilldown search?&lt;/P&gt;&lt;P&gt;Field names are case-sensitive, so if the token is generated as SourceIp on the correlation search it needs to be the same way on the drilldown.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 17:24:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Splunk-ESS-Why-does-drilldown-notable-not-working/m-p/536864#M10154</guid>
      <dc:creator>alonsocaio</dc:creator>
      <dc:date>2021-01-22T17:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk ESS | Drilldown notable not work</title>
      <link>https://community.splunk.com/t5/Alerting/Splunk-ESS-Why-does-drilldown-notable-not-working/m-p/536904#M10155</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/156088"&gt;@alonsocaio&lt;/a&gt;&amp;nbsp; thank you for the response.&lt;/P&gt;&lt;P&gt;Yes, after this I tried to write the variable like this &lt;SPAN&gt;"$SourceIp$"&amp;nbsp;&lt;/SPAN&gt;but it doesn't work again.&lt;/P&gt;&lt;P&gt;What do you think it could be?&lt;BR /&gt;It almost seems that the value is not passed to the variable.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 21:57:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Splunk-ESS-Why-does-drilldown-notable-not-working/m-p/536904#M10155</guid>
      <dc:creator>saveriobocca</dc:creator>
      <dc:date>2021-01-22T21:57:07Z</dc:date>
    </item>
  </channel>
</rss>

