<?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: &amp;lt;driildown_search&amp;gt; search query for  &amp;lt;drilldown_name&amp;gt;=&amp;quot;View all login attempts by system $src$&amp;amp; in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/lt-driildown-search-gt-search-query-for-lt-drilldown-name-gt/m-p/560942#M39023</link>
    <description>&lt;P&gt;Can you pleas share code block of this?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"drilldown_search": "| from datamodel:\"Authentication\".\"Authentication\" | search src=$src|s$"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jul 2021 06:46:57 GMT</pubDate>
    <dc:creator>kamlesh_vaghela</dc:creator>
    <dc:date>2021-07-27T06:46:57Z</dc:date>
    <item>
      <title>&lt;driildown_search&gt; search query for  &lt;drilldown_name&gt;="View all login attempts by system $src$"</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/lt-driildown-search-gt-search-query-for-lt-drilldown-name-gt/m-p/560733#M39001</link>
      <description>&lt;P&gt;Hello ,&lt;BR /&gt;&lt;BR /&gt;I need to frame the search query for &amp;lt;drilldown_search&amp;gt; for the following type :&lt;/P&gt;&lt;P&gt;"drilldown_search": "| from datamodel:\"Authentication\".\"Authentication\" | search src=&lt;STRONG&gt;$src|s$"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Currently in my results have value for src, how Do I escape this '&lt;STRONG&gt;|s'&lt;/STRONG&gt; in the query string.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mahalaxmi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 05:30:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/lt-driildown-search-gt-search-query-for-lt-drilldown-name-gt/m-p/560733#M39001</guid>
      <dc:creator>Mahalaxmi</dc:creator>
      <dc:date>2021-07-26T05:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;driildown_search&gt; search query for  &lt;drilldown_name&gt;="View all login attempts by system $src$&amp;quot</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/lt-driildown-search-gt-search-query-for-lt-drilldown-name-gt/m-p/560734#M39002</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/236800"&gt;@Mahalaxmi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please share more details like, sample code block, use case , etc ??&lt;/P&gt;&lt;P&gt;KV&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 06:01:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/lt-driildown-search-gt-search-query-for-lt-drilldown-name-gt/m-p/560734#M39002</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2021-07-26T06:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;driildown_search&gt; search query for  &lt;drilldown_name&gt;="View all login attempts by system $src$&amp;</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/lt-driildown-search-gt-search-query-for-lt-drilldown-name-gt/m-p/560931#M39021</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/127939"&gt;@kamlesh_vaghela&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Use Case:&lt;BR /&gt;The current requirement is to fetch the base events from Contributing events for a Notable event using Splunk Search Rest API. Reference &lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/8.1.2101/RESTREF/RESTsearch#search.2Fjobs" target="_blank"&gt;https://docs.splunk.com/Documentation/SplunkCloud/8.1.2101/RESTREF/RESTsearch#search.2Fjobs&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;As part of the Post Search action, we have rule_id &amp;amp; timestamp. in response &amp;lt;sid&amp;gt;(Search ID) is returned . With help of this &amp;lt;sid&amp;gt;&amp;nbsp; &amp;lt;drilldown&amp;gt; parameteres. like &amp;lt;drilldown_name&amp;gt;,&amp;lt;drilldown_latest&amp;gt;,&amp;lt;drilldown_earliest&amp;gt;,&amp;lt;drilldown_search&amp;gt; &amp;amp; &amp;lt;src&amp;gt; fields&amp;nbsp; we need to make search query.&lt;BR /&gt;&lt;BR /&gt;My question is based on these drilldown parameters how do I make the search query for fetching the base events using&amp;nbsp; &amp;lt;drilldown_search&amp;gt;?&lt;BR /&gt;&lt;SPAN&gt;"drilldown_search": "| from datamodel:\"Authentication\".\"Authentication\" | search src=&lt;/SPAN&gt;&lt;STRONG&gt;$src|s$"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This is API URL for post action:&lt;BR /&gt;&lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/8.1.2101/RESTREF/RESTsearch#search.2Fjobs" target="_blank"&gt;https://docs.splunk.com/Documentation/SplunkCloud/8.1.2101/RESTREF/RESTsearch#search.2Fjobs&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;https://&amp;lt;host&amp;gt;:&amp;lt;mPort&amp;gt;/services/search/jobs&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Where and all fields do I need to replace the&amp;nbsp; '$src$' value and frame the query?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Mahalaxmi&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 06:30:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/lt-driildown-search-gt-search-query-for-lt-drilldown-name-gt/m-p/560931#M39021</guid>
      <dc:creator>Mahalaxmi</dc:creator>
      <dc:date>2021-07-27T06:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;driildown_search&gt; search query for  &lt;drilldown_name&gt;="View all login attempts by system $src$&amp;</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/lt-driildown-search-gt-search-query-for-lt-drilldown-name-gt/m-p/560942#M39023</link>
      <description>&lt;P&gt;Can you pleas share code block of this?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"drilldown_search": "| from datamodel:\"Authentication\".\"Authentication\" | search src=$src|s$"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 06:46:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/lt-driildown-search-gt-search-query-for-lt-drilldown-name-gt/m-p/560942#M39023</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2021-07-27T06:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;driildown_search&gt; search query for  &lt;drilldown_name&gt;="View all login attempts by system $src$&amp;</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/lt-driildown-search-gt-search-query-for-lt-drilldown-name-gt/m-p/561141#M39031</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I doing this in Postman, passing data search value by substituting the src value as request param&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;| from datamodel:\"Authentication\".\"Authentication\" | search src="NAOBDSADDC01"&lt;/P&gt;&lt;P&gt;for single value of src.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 04:36:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/lt-driildown-search-gt-search-query-for-lt-drilldown-name-gt/m-p/561141#M39031</guid>
      <dc:creator>Mahalaxmi</dc:creator>
      <dc:date>2021-07-28T04:36:37Z</dc:date>
    </item>
  </channel>
</rss>

