Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 79f1eb9

Browse files
author
Tracey Carter
committed
Added Pause Play functionailty
1 parent 0f021a3 commit 79f1eb9

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed
-145 KB
Loading

_includes/logs/query-logs.rst

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,29 @@
1-
1. Navigate to :guilabel:`Log Observer`. In the content control bar, enter a time range in the time picker if you know it.
1+
1. Navigate to :guilabel:`Log Observer`. Upon opening, Log Observer runs an initial search of all indexes you have access to and returns the first 150,000 logs. Then, the search defaults to paused. To search for more logs, follow the steps below to determine, filters, and aggregations.
2+
.. note:: Control your Splunk Virtual Compute (SVC) resources by leaving search on Pause and selecting :guilabel:`150,000` rather than "Infinite" results. Pushing :guilabel:`Play` to run a streaming search uses more system resources than running a manual search. Streaming searches can impact performance and cost. Monitor resource usage to ensure optimal performance. Switch from streaming searches back to manual searches to optimize resource usage.
23

34
.. image:: /_images/logs/LogObserverEnhancements.png
45
:width: 100%
56
:alt: The Open in Splunk platform icon is at the top, right-hand side of the Logs table.
67

7-
2. Select :guilabel:`Index` next to :guilabel:`Saved Queries`, then select the indexes you want to query. If you want to search your Splunk platform (Splunk Cloud Platform or Splunk Enterprise) data, select the integration for the appropriate Splunk platform instance first, then select which index you want to query in Log Observer.
8+
2. In the content control bar, enter a time range in the time picker if you know it.
89

9-
.. note:: You can only query indexes from one Splunk platform instance or Splunk Observability Cloud instance at a time. You can query Splunk platform indexes only if you have the appropriate role and permissions in the Splunk platform instance.
10+
3. Select :guilabel:`Index` next to :guilabel:`Saved Queries`, then select the indexes you want to query. If you want to search your Splunk platform (Splunk Cloud Platform or Splunk Enterprise) data, select the integration for the appropriate Splunk platform instance first, then select which index you want to query in Log Observer.
1011

11-
3. In the content control bar next to the index picker, select :guilabel:`Add Filter`.
12+
.. note:: You can only query indexes from one Splunk platform instance or Splunk Observability Cloud instance at a time. You can query Splunk platform indexes only if you have the appropriate role and permissions in the Splunk platform instance.
1213

13-
4. To search on a keyword, select the :guilabel:`Keyword` tab, type the keyword or phrase you want to search on, then press Enter. If you want to search on a field, select the :guilabel:`Fields` tab, enter the field name, then press Enter. To continue adding keywords or fields to the search, select :guilabel:`Add Filter`.
14+
4. In the content control bar next to the index picker, select :guilabel:`Add Filter`.
1415

15-
5. Next, select :guilabel:`Unlimited` or :guilabel:`150,000` results to determine the number of results you want to return on a single search.
16+
5. Select the :guilabel:`Keyword` tab to search on a keyword or phrase. Select the :guilabel:`Fields` tab to search on a field. Then press Enter. To continue adding keywords or fields to the search, select :guilabel:`Add Filter` again.
1617

17-
6. Select :guilabel:`Run search`.
18+
6. Next, select :guilabel:`Unlimited` or :guilabel:`150,000` results to determine the number of results you want to return on a single search. Select :guilabel:`150,000` to optimize your Splunk Virtual Compute (SVC) resources and control performance and cost.
1819

1920
7. To narrow your search, use the :guilabel:`Group by` drop-down list to select the field or fields by which you want to group your results, then select :guilabel:`Apply`. To learn more about aggregation, see :ref:`logs-aggregations`.
2021

21-
6. Review the top values for your query on the the :guilabel:`Fields` panel on right. This list includes the count of each value in the log records. To include log records with a particular value, select the field name, then select ``=``. To exclude log records with a particular value from your results, select the field name, then select ``!=``. To see the full list of values and distribution for this field, select :guilabel:`Explore all values`.
22+
8. Select :guilabel:`Run search`.
23+
24+
9. Review the top values for your query on the the :guilabel:`Fields` panel on right. This list includes the count of each value in the log records. To include log records with a particular value, select the field name, then select ``=``. To exclude log records with a particular value from your results, select the field name, then select ``!=``. To see the full list of values and distribution for this field, select :guilabel:`Explore all values`.
2225

23-
6. Optionally, if you are viewing Splunk platform (Splunk Cloud Platform or Splunk Enterprise) data, you can open your query results in the Splunk platform to use SPL to further filter or work with the query results. You must have an account in Splunk platform. To open the log results in the Splunk platform, select the :guilabel:`Open in Splunk platform` icon at the top of the Logs table.
26+
10. Optionally, if you are viewing Splunk platform (Splunk Cloud Platform or Splunk Enterprise) data, you can open your query results in the Splunk platform to use SPL to further filter or work with the query results. You must have an account in Splunk platform. To open the log results in the Splunk platform, select the :guilabel:`Open in Splunk platform` icon at the top of the Logs table.
2427

2528
.. image:: /_images/logs/lo-openinsplunk.png
2629
:width: 100%

0 commit comments

Comments
 (0)