Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pulling refs/heads/main into main #1547

Merged
merged 7 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions admin/references/system-limits/sys-limits-infra-details.rst
Original file line number Diff line number Diff line change
Expand Up @@ -490,24 +490,6 @@ Container burst/overage limit
* :strong:`Customer impact`: If you exceed this limit, Infrastructure Monitoring drops data points from new containers but keeps
accepting data points for existing containers.

.. _high-resolution-custom-metrics-entitlement:

High resolution custom metrics entitlement
================================================================================

* :strong:`Default limit value`: Set by your contract entitlement
* :strong:`Notes`: Number of high resolution metrics allowed in your contract
* :strong:`Customer impact`: Splunk charges an overage of 1.5 times the normal price for usage that exceeds your contractual entitlement.

.. _high-resolution-custom-metrics-burstoverage-limit:

High resolution custom metrics burst/overage limit
================================================================================

* :strong:`Default limit value`: Multiples of entitlement
* :strong:`Notes`: This limit is to protect the SaaS platform. It's typically a multiple of your contractual limit. For example, if you purchase 500 hosts, Infrastructure Monitoring might set limit to 800. The multiple decreases as your contractual limit increases.
* :strong:`Customer impact`: The system rejects MTS creations for high resolution metrics that exceed the limit.

.. _bundled-mts-limit:

Bundled MTS limit
Expand Down
6 changes: 0 additions & 6 deletions admin/references/system-limits/sys-limits-infra.rst
Original file line number Diff line number Diff line change
Expand Up @@ -252,12 +252,6 @@ Subscription limits
* - :ref:`custom-mts-entitlement`
- Set by your contract entitlement

* - :ref:`high-resolution-custom-metrics-burstoverage-limit`
- Multiples of entitlement

* - :ref:`high-resolution-custom-metrics-entitlement`
- Set by your contract entitlement

* - :ref:`host-burstoverage-limit`
- Multiples of entitlement

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Heartbeat Check alerts when a signal has not reported for some time. This might
Examples
============================================================================

You have a detector that alerts you when the minimum number of logins being handled by each host goes below a specified value. If any host stops reporting, that detector isn't triggered if there is a problem. The Heartbeat Check condition notifies you if a host stops reporting.
You have a detector that alerts you when the minimum number of logins being handled by each host goes below a specified value. If a host stops reporting, that detector isn't triggered if there is a problem. The Heartbeat Check condition notifies you if a host stops reporting, or if all hosts in a group stop reporting.


Settings
Expand All @@ -35,7 +35,7 @@ Settings

* - :strong:`Hasn't reported for`
- Integer >= 1, followed by time indicator (s, m, h, d, w). For example, 30s, 10m, 2h, 5d, 1w.
- How long it's been since the signal last reported. Longer time periods result in lower sensitivity and potentially fewer alerts. If you specify a value for :guilabel:`Group by` (below), how long it's been since any member of the group stopped reporting.
- How long it's been since the signal last reported. Longer time periods result in lower sensitivity and potentially fewer alerts. If you specify a value for :guilabel:`Group by` (below), how long it's been since all members of the group stopped reporting.

* - (optional) :strong:`Group by`
- Dimension or property chosen from dropdown menu
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ For example:
.. code-block:: yaml
processors:
metrics_transform:
metricstransform:
To complete the configuration, include the processor in the ``metrics`` pipeline of the ``service`` section of your configuration file. For example:

Expand Down
Loading