<?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 Is it possible to reference a report and add specific search criteria without having to create a new report with the needed criteria already specified? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-reference-a-report-and-add-specific-search/m-p/378866#M111035</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I have a report scheduled to run every night collecting patch information from many different business areas. This report has all the patching info in one master report. I am hoping to be able to reference that report in a search with other criteria, only pulling the specific information I want from that report such as specific IP ranges and other information.&lt;/P&gt;

&lt;P&gt;I have tried &lt;CODE&gt;ref=report_name | my_search_criteria&lt;/CODE&gt; but that did not work. Is it even possible to reference a report and adding specific search criteria without having to create a new report with the needed criteria already specified? &lt;/P&gt;

&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Tue, 01 May 2018 17:29:52 GMT</pubDate>
    <dc:creator>apanages</dc:creator>
    <dc:date>2018-05-01T17:29:52Z</dc:date>
    <item>
      <title>Is it possible to reference a report and add specific search criteria without having to create a new report with the needed criteria already specified?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-reference-a-report-and-add-specific-search/m-p/378866#M111035</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I have a report scheduled to run every night collecting patch information from many different business areas. This report has all the patching info in one master report. I am hoping to be able to reference that report in a search with other criteria, only pulling the specific information I want from that report such as specific IP ranges and other information.&lt;/P&gt;

&lt;P&gt;I have tried &lt;CODE&gt;ref=report_name | my_search_criteria&lt;/CODE&gt; but that did not work. Is it even possible to reference a report and adding specific search criteria without having to create a new report with the needed criteria already specified? &lt;/P&gt;

&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 17:29:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-reference-a-report-and-add-specific-search/m-p/378866#M111035</guid>
      <dc:creator>apanages</dc:creator>
      <dc:date>2018-05-01T17:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to reference a report and add specific search criteria without having to create a new report with the needed criteria already specified?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-reference-a-report-and-add-specific-search/m-p/378867#M111036</link>
      <description>&lt;P&gt;There are many ways including:&lt;/P&gt;

&lt;P&gt;This loads the last run:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| loadjob YourSavedSearchDetailsHere | search Your Search Criteria Here
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;OR (this runs it when you call it)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| savedsearch YourSavedSearchDetailsHere | search Your Search Criteria Here
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;OR (this runs it when you call it and you have to have "tokenized" the SPL in your saved search):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| savedsearch YourSavedSearchDetailsHere YourFirstCrteriaToken="YourFirstCriteraValue" ... YourLastCrteriaToken="YourLastCriteraValue"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 01 May 2018 18:50:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-reference-a-report-and-add-specific-search/m-p/378867#M111036</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2018-05-01T18:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to reference a report and add specific search criteria without having to create a new report with the needed criteria already specified?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-reference-a-report-and-add-specific-search/m-p/378868#M111037</link>
      <description>&lt;P&gt;Are trying to do all these in a dashboard OR a search?&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 18:54:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-reference-a-report-and-add-specific-search/m-p/378868#M111037</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-05-01T18:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to reference a report and add specific search criteria without having to create a new report with the needed criteria already specified?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-reference-a-report-and-add-specific-search/m-p/378869#M111038</link>
      <description>&lt;P&gt;In a dashboard. My dashboard has a patch count for different sites (business locations). Instead of having that run the search every single time for each site when the dashboard is loaded, I ideally would like to have the dashboard reference my scheduled report that runs at night. I created a report that runs two days a week at night that has all the sites in one report. From there I would like to reference that report on my dashboard in different panels but only grab specific data from that one report showing only the data for the site represented in the specific panel.&lt;/P&gt;

&lt;P&gt;Example:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Panel 1&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;
Location 1: ref=report_name | search_criteria&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Panel 2&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;
Location 2: ref=report_name |search_criteria&lt;/P&gt;

&lt;P&gt;I hope this makes sense.  &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:23:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-reference-a-report-and-add-specific-search/m-p/378869#M111038</guid>
      <dc:creator>apanages</dc:creator>
      <dc:date>2020-09-29T19:23:36Z</dc:date>
    </item>
  </channel>
</rss>

