<?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: How can I identify real time searches? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-identify-real-time-searches/m-p/682118#M233057</link>
    <description>&lt;P&gt;You can get cleaner results by adding a table.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;|rest /services/search/jobs 
| search eventSorting=realtime 
| table label, author, dispatchState,  eai:acl.owner, label, isRealTimeSearch, 
  performance.dispatch.stream.local.duration_secs, runDuration, 
  splunk_server, title&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 27 Mar 2024 15:26:01 GMT</pubDate>
    <dc:creator>pnodine1</dc:creator>
    <dc:date>2024-03-27T15:26:01Z</dc:date>
    <item>
      <title>How can I identify real time searches?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-identify-real-time-searches/m-p/292020#M88190</link>
      <description>&lt;P&gt;We suspect that some of our users run real time searches. How can I produce a report which shows real time search activity in the past week, month or so?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 18:07:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-identify-real-time-searches/m-p/292020#M88190</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2020-06-08T18:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: How can I identify real time searches?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-identify-real-time-searches/m-p/292021#M88191</link>
      <description>&lt;P&gt;hey @ddrillic&lt;/P&gt;

&lt;P&gt;try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /services/search/jobs | search eventSorting=realtime
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I hope that helps you!&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 16:33:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-identify-real-time-searches/m-p/292021#M88191</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2018-01-09T16:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: How can I identify real time searches?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-identify-real-time-searches/m-p/292022#M88192</link>
      <description>&lt;P&gt;I have this running as an alert to let me know who is running rt searches, and how long for&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /services/search/jobs | search eventSorting=realtime | table label, author, dispatchState,  eai:acl.owner, label, isRealTimeSearch, performance.dispatch.stream.local.duration_secs, runDuration, searchProviders, splunk_server, title
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 09 Jan 2018 16:38:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-identify-real-time-searches/m-p/292022#M88192</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2018-01-09T16:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: How can I identify real time searches?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-identify-real-time-searches/m-p/292023#M88193</link>
      <description>&lt;P&gt;use &lt;CODE&gt;|rest  /services/search/jobs|search isRealTimeSearch=1&lt;/CODE&gt; to see if that gets you what you need. &lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.6/RESTAPI/RESTsearch#GET_search.2Fjobs"&gt;http://docs.splunk.com/Documentation/Splunk/4.3.6/RESTAPI/RESTsearch#GET_search.2Fjobs&lt;/A&gt; documentation to know what fields you might want&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 16:38:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-identify-real-time-searches/m-p/292023#M88193</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2018-01-09T16:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: How can I identify real time searches?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-identify-real-time-searches/m-p/292024#M88194</link>
      <description>&lt;P&gt;According to the documentation below, there is not an option for eventSorting=realtime. &lt;BR /&gt;
Indicates if the events of this search are sorted, and in which order. &lt;BR /&gt;
asc = ascending;&lt;/P&gt;

&lt;P&gt;desc = descending;&lt;/P&gt;

&lt;P&gt;none = not sorted&lt;/P&gt;

&lt;P&gt;Would the actual setting to be used be isRealTimeSearch?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 12:53:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-identify-real-time-searches/m-p/292024#M88194</guid>
      <dc:creator>adobrzeniecki</dc:creator>
      <dc:date>2020-06-02T12:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: How can I identify real time searches?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-identify-real-time-searches/m-p/511797#M143505</link>
      <description>&lt;P&gt;|rest /services/search/jobs|search isRealTimeSearch=1&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;works however it doesn't seem to work on expired jobs.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 16:49:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-identify-real-time-searches/m-p/511797#M143505</guid>
      <dc:creator>splunkreal</dc:creator>
      <dc:date>2020-07-30T16:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: How can I identify real time searches?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-identify-real-time-searches/m-p/682118#M233057</link>
      <description>&lt;P&gt;You can get cleaner results by adding a table.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;|rest /services/search/jobs 
| search eventSorting=realtime 
| table label, author, dispatchState,  eai:acl.owner, label, isRealTimeSearch, 
  performance.dispatch.stream.local.duration_secs, runDuration, 
  splunk_server, title&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 27 Mar 2024 15:26:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-identify-real-time-searches/m-p/682118#M233057</guid>
      <dc:creator>pnodine1</dc:creator>
      <dc:date>2024-03-27T15:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: How can I identify real time searches?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-identify-real-time-searches/m-p/703838#M238526</link>
      <description>&lt;P&gt;try this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=_audit action=search is_realtime=1
| eval search_type=case(
search_id LIKE "scheduler%", "Scheduled Search",
search_id LIKE "rt_scheduler%", "Real-Time Scheduled Search",
search_id LIKE "dashboard%", "Dashboard",
search_id LIKE "adhoc%", "Ad-hoc Search",
1=1, "Ad-hoc Search"
)
| eval human_readable_time = strftime(_time, "%Y-%m-%d %H:%M:%S")
| stats count by user, search_type, _time
| rename human_readable_time AS "Time", user AS "User", search_type AS "Search Type", count AS "Search Count"
| sort - "Time"&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 07 Nov 2024 18:31:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-identify-real-time-searches/m-p/703838#M238526</guid>
      <dc:creator>Dallastek1</dc:creator>
      <dc:date>2024-11-07T18:31:17Z</dc:date>
    </item>
  </channel>
</rss>

