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

Commit 43813a2

Browse files
Merge branch 'main' into update-sqlquery-receiver-rst
2 parents 4a6f81a + afba65b commit 43813a2

File tree

47 files changed

+361
-145
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+361
-145
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: Heretto Update Reminder
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize]
6+
7+
jobs:
8+
reminder:
9+
runs-on: ubuntu-latest
10+
permissions:
11+
id-token: write
12+
contents: read
13+
actions: read
14+
issues: write
15+
checks: write
16+
pull-requests: write
17+
18+
19+
steps:
20+
- name: Add PR Comment
21+
uses: actions/github-script@v6
22+
with:
23+
github-token: ${{ secrets.MY_TOKEN }}
24+
script: |
25+
const { owner, repo, number } = context.issue;
26+
const pr = await github.rest.pulls.get({
27+
owner,
28+
repo,
29+
pull_number: number,
30+
});
31+
32+
const author = pr.data.user.login;
33+
34+
await github.rest.issues.createComment({
35+
owner,
36+
repo,
37+
issue_number: number,
38+
body: `@${author}, please make sure that you update the files in Heretto and post the Heretto share link in this PR.`
39+
})
43.9 KB
Loading
33.9 KB
Loading
88 KB
Loading
492 KB
Loading

_includes/chart-mts-count.rst

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,21 @@
77
Maximum number of metric time series processed in a signal
88
*****************************************************************
99

10-
To maximize responsiveness when processing incoming metric data, Splunk Observability Cloud limits the number of :term:`metric time series` (MTS) processed in a signal
11-
(single plot line) on a chart or detector. If the total number of time series for the metric specified in your signal exceeds this limit, Splunk Observability Cloud displays
12-
an orange border around the MTS number. This border notifies you that the processed data reflects only a subset of the time series in the data.
10+
To maximize responsiveness when processing incoming metric data, Splunk Observability Cloud limits the number of :term:`metric time series` (MTS) processed in a signal (single plot line) on a chart, detector, or navigator. If the total number of time series for the metric specified in your signal exceeds this limit, Splunk Observability Cloud displays a message at the top of the chart, detector, or navigator. This message notifies you that the processed data reflects only a subset of the time series in the data.
1311

14-
To ensure that your charts and detectors are processing all the time series in the data, apply as many filters as necessary to make the MTS number less than the maximum.
15-
You'll know you've succeeded when the orange outline around the MTS number and the message at the top of the chart or detector no longer appear.
12+
To ensure that your charts, detectors, and navigators are processing all the time series in the data, apply as many filters as necessary to make the MTS number less than the maximum. You'll know you've succeeded when the message at the top of the chart, detector, or navigator no longer appears.
1613

17-
For example, suppose you want to display the sum of available disk capacity per availability zone. You might use ``df.complex.free`` as your signal,
18-
then apply the Sum analytics function, grouped by availability zone. If you have a large number of disks, the number of MTS returned by this signal might
14+
For example, suppose you want to display the sum of available disk capacity per availability zone. You might use ``df.complex.free`` as your signal, then apply the Sum analytics function, grouped by availability zone. If you have a large number of disks, the number of MTS returned by this signal might
1915
exceed the limit. To reduce the number of MTS, use filters and multiple plots instead of the group-by option in the Sum analytics function.
2016

17+
Use filters and multiple plots on charts and detectors
18+
========================================================
19+
2120
To use filters and multiple plots instead of the group-by option, follow these steps:
2221

2322
#. Apply a filter for the plot that selects a single availability zone, then use the Sum analytic function without the group-by option.
2423
#. At the end of the plot row, select :guilabel:`Configure plot` to open :guilabel:`Visualization Options`, then select a color from :guilabel:`Plot Color`.
25-
#. Clone the plot. To do this, open the :guilabel:`plot actions` menu at the end of the plot row in the :guilabel:`Plot Editor`,
24+
#. Clone the plot. To do this, open the :guilabel:`Plot actions` menu at the end of the plot row in the :guilabel:`Plot Editor`,
2625
then select :menuselection:`Clone`.
2726
#. In the cloned plot, change the availability zone filter to select another availability zone, and change the :guilabel:`Plot Color` to give the cloned
2827
plot a color that's different from the original plot.
@@ -31,3 +30,8 @@ To use filters and multiple plots instead of the group-by option, follow these s
3130
The result is one chart with a separate plot line for each availability zone. Each plot line has a distinct color.
3231

3332
For more information on filtering, see :ref:`filter-signal`.
33+
34+
Use filters on navigators
35+
=============================
36+
37+
To use filters on navigators, see :ref:`add-filter`.

_templates/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ <h2 style="font-size:21px;font-family: 'Open Sans'; font-weight: bold;">Was this
204204
<a href="https://www.splunk.com/en_us/legal/privacy/privacy-policy.html" target="_blank">Privacy</a> |
205205
<a href="https://www.splunk.com/en_us/legal/terms/terms-of-use.html" target="_blank">Terms</a> |
206206
<a href="https://www.splunk.com/en_us/legal/export-controls.html" target="_blank">Export Control</a> |
207-
<span style="color:black">&copy; 2005 - 2023 Splunk LLC All rights reserved.</span>
207+
<span style="color:black">&copy; 2005 - 2025 Splunk LLC All rights reserved.</span>
208208
<div class="newfootertxt" style="color:black">Splunk, Splunk>, Turn Data Into Doing, and Data-to-Everything are trademarks or registered trademarks of Splunk LLC in the United States and other countries. All other brand names, product names, or trademarks belong to their respective owners.</div>
209209
</div>
210210
<div style="width: 28%;">

_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ <h2 style="font-size:21px;font-family: 'Open Sans'; font-weight: bold;">Was this
208208
<a href="https://www.splunk.com/en_us/legal/privacy/privacy-policy.html" target="_blank">Privacy</a> |
209209
<a href="https://www.splunk.com/en_us/legal/terms/terms-of-use.html" target="_blank">Terms</a> |
210210
<a href="https://www.splunk.com/en_us/legal/export-controls.html" target="_blank">Export Control</a> |
211-
<span style="color:black">&copy; 2005 - 2023 Splunk LLC All rights reserved.</span>
211+
<span style="color:black">&copy; 2005 - 2025 Splunk LLC All rights reserved.</span>
212212
<div class="newfootertxt" style="color:black">Splunk, Splunk>, Turn Data Into Doing, and Data-to-Everything are trademarks or registered trademarks of Splunk LLC in the United States and other countries. All other brand names, product names, or trademarks belong to their respective owners.</div>
213213
</div>
214214
<div style="width: 28%;">

_templates/search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ <h2 style="font-size:21px;font-family: 'Open Sans'; font-weight: bold;">Was this
268268
<a href="https://www.splunk.com/en_us/legal/privacy/privacy-policy.html" target="_blank">Privacy</a> |
269269
<a href="https://www.splunk.com/en_us/legal/terms/terms-of-use.html" target="_blank">Terms</a> |
270270
<a href="https://www.splunk.com/en_us/legal/export-controls.html" target="_blank">Export Control</a> |
271-
<span style="color:black">&copy; 2005 - 2023 Splunk LLC All rights reserved.</span>
271+
<span style="color:black">&copy; 2005 - 2025 Splunk LLC All rights reserved.</span>
272272
<div class="newfootertxt" style="color:black">Splunk, Splunk>, Turn Data Into Doing, and Data-to-Everything are trademarks or registered trademarks of Splunk LLC in the United States and other countries. All other brand names, product names, or trademarks belong to their respective owners.</div>
273273
</div>
274274
<div style="width: 28%;">

admin/authentication/authentication-tokens/manage-usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ send data to Infrastructure Monitoring.
2424

2525
When a host uses the token to send data, Infrastructure Monitoring compares the
2626
token limits to all hosts' cumulative resource usage that use the token. When cumulative
27-
resource usage exceeds the limit, Infrastructure Monitoring issues an alert and
28-
stops ingesting data sent by hosts using the token.
27+
resource usage exceeds the limit, Infrastructure Monitoring issues an alert but continues
28+
ingesting data for some time. If this continued ingestion causes a system overage, contact Support. See :ref:`support`.
2929

3030
Because the limits for one access token don't affect limits for other access tokens,
3131
you can set different limits for different types of hosts. For example, set high

0 commit comments

Comments
 (0)