You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[OnWeek] Fix Vale rule warnings in release-notes and reference (excl fleet) (#3906)
This PR is part of the OnWeek project about fixing Vale rule violations
in docs-content.
It fixes warnings in:
- `release-notes`
- `reference` (excluding the `fleet` folder)
Assisted by Cursor.
: 1. The rule-specific response that occurs when an alerting rule fires. A rule can have multiple actions. See [Connectors and actions](kibana://reference/connectors-kibana.md).
23
-
2. In {{elastic-sec}}, actions send notifications via other systems when a detection alert is created, such as email, Slack, PagerDuty, and {{webhook}}.
23
+
2. In {{elastic-sec}}, actions send notifications through other systems when a detection alert is created, such as email, Slack, PagerDuty, and {{webhook}}.
@@ -281,7 +281,7 @@ $$$glossary-eql$$$ Event Query Language (EQL)
281
281
: [Query](/reference/glossary/index.md#glossary-query) language for event-based time series data, such as logs, metrics, and traces. EQL supports matching for event sequences. See [EQL](/explore-analyze/query-filter/languages/eql.md).
282
282
283
283
$$$glossary-event$$$ event
284
-
: A single unit of information, containing a timestamp plus additional data. An event arrives via an input, and is subsequently parsed, timestamped, and passed through the {{ls}} [pipeline](/reference/glossary/index.md#glossary-pipeline).
284
+
: A single unit of information, containing a timestamp plus additional data. An event arrives through an input, and is subsequently parsed, timestamped, and passed through the {{ls}} [pipeline](/reference/glossary/index.md#glossary-pipeline).
285
285
286
286
$$$glossary-exception$$$ exception
287
287
: In {{elastic-sec}}, exceptions are added to rules to prevent specific source event field values from generating alerts.
@@ -313,7 +313,7 @@ $$$glossary-field$$$ field
313
313
314
314
315
315
$$$glossary-filter-plugin$$$ filter plugin
316
-
: A {{ls}} [plugin](/reference/glossary/index.md#glossary-plugin) that performs intermediary processing on an [event](/reference/glossary/index.md#glossary-event). Typically, filters act upon event data after it has been ingested via inputs, by mutating, enriching, and/or modifying the data according to configuration rules. Filters are often applied conditionally depending on the characteristics of the event. Popular filter plugins include grok, mutate, drop, clone, and geoip. Filter stages are optional.
316
+
: A {{ls}} [plugin](/reference/glossary/index.md#glossary-plugin) that performs intermediary processing on an [event](/reference/glossary/index.md#glossary-event). Typically, filters act upon event data after it has been ingested through inputs, by mutating, enriching, or modifying the data according to configuration rules. Filters are often applied conditionally depending on the characteristics of the event. Popular filter plugins include grok, mutate, drop, clone, and geoip. Filter stages are optional.
317
317
318
318
$$$glossary-filter$$$ filter
319
319
: [Query](/reference/glossary/index.md#glossary-query) that does not score matching documents. See [filter context](/explore-analyze/query-filter/languages/querydsl.md).
: An instance of an [integration](/reference/glossary/index.md#glossary-integration) that is configured for a specific use case, such as collecting logs from a specific file.
454
454
455
455
$$$glossary-integration$$$ integration
456
-
: An easy way for external systems to connect to the {{stack}}. Whether it's collecting data or protecting systems from security threats, integrations provide out-of-the-box assets to make setup easy—many with just a single click.
456
+
: An easy way for external systems to connect to the {{stack}}. Whether it's collecting data or protecting systems from security threats, integrations provide out-of-the-box assets to make setup easy—many with only a single click.
457
457
458
458
459
459
## J [j-glos]
@@ -582,7 +582,7 @@ $$$glossary-plan$$$ plan
582
582
: Specifies the configuration and topology of an {{es}} or {{kib}} cluster, such as capacity, availability, and {{es}} version, for example. When changing a plan, the [constructor](/reference/glossary/index.md#glossary-constructor) determines how to transform the existing cluster into the pending plan.
583
583
584
584
$$$glossary-plugin-manager$$$ plugin manager
585
-
: Accessed via the `bin/logstash-plugin` script, the plugin manager enables you to manage the lifecycle of [plugins](/reference/glossary/index.md#glossary-plugin) in your {{ls}} deployment. You can install, remove, and upgrade plugins by using the plugin manager Command Line Interface (CLI).
585
+
: Accessed through the `bin/logstash-plugin` script, the plugin manager enables you to manage the lifecycle of [plugins](/reference/glossary/index.md#glossary-plugin) in your {{ls}} deployment. You can install, remove, and upgrade plugins by using the plugin manager Command Line Interface (CLI).
586
586
587
587
$$$glossary-plugin$$$ plugin
588
588
: A self-contained software package that implements one of the stages in the {{ls}} event processing [pipeline](/reference/glossary/index.md#glossary-pipeline). The list of available plugins includes [input plugins](/reference/glossary/index.md#glossary-input-plugin), [output plugins](/reference/glossary/index.md#glossary-output-plugin), [codec plugins](/reference/glossary/index.md#glossary-codec-plugin), and [filter plugins](/reference/glossary/index.md#glossary-filter-plugin). The plugins are implemented as Ruby [gems](/reference/glossary/index.md#glossary-gem) and hosted on [RubyGems.org](https://rubygems.org). You define the stages of an event processing [pipeline](/reference/glossary/index.md#glossary-pipeline) by configuring plugins.
: A tool that helps you prepare for an upgrade to the next major version of {{es}}. The assistant identifies the deprecated settings in your cluster and indices and guides you through resolving issues, including reindexing. See [Upgrade Assistant](/deploy-manage/upgrade/prepare-to-upgrade/upgrade-assistant.md).
792
792
793
793
$$$glossary-uptime$$$ Uptime
794
-
: A metric of system reliability used to monitor the status of network endpoints via HTTP/S, TCP, and ICMP.
794
+
: A metric of system reliability used to monitor the status of network endpoints through HTTP/S, TCP, and ICMP.
795
795
796
796
797
797
## V [v-glos]
@@ -806,7 +806,7 @@ $$$glossary-vega$$$ Vega
806
806
: A declarative language used to create interactive visualizations. See [Vega](/explore-analyze/dashboards.md).
807
807
808
808
$$$glossary-visualization$$$ visualization
809
-
: A graphical representation of query results in {{kib}} (e.g., a histogram, line graph, pie chart, or heat map).
809
+
: A graphical representation of query results in {{kib}} (for example, a histogram, line graph, pie chart, or heat map).
Copy file name to clipboardExpand all lines: reference/machine-learning/ml-metric-functions.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ products:
7
7
8
8
# Metric functions [ml-metric-functions]
9
9
10
-
The metric functions include functions such as mean, min and max. These values are calculated for each bucket. Field values that cannot be converted to double precision floating point numbers are ignored.
10
+
The metric functions include functions such as mean, min, and max. These values are calculated for each bucket. Field values that cannot be converted to double precision floating point numbers are ignored.
11
11
12
12
The {{ml-features}} include the following metric functions:
13
13
@@ -97,7 +97,7 @@ The `median` function detects anomalies in the statistical median of a value. Th
97
97
98
98
If you want to monitor unusually high median values, use the `high_median` function.
99
99
100
-
If you are just interested in unusually low median values, use the `low_median` function.
100
+
If you are only interested in unusually low median values, use the `low_median` function.
101
101
102
102
These functions support the following properties:
103
103
@@ -125,7 +125,7 @@ The `mean` function detects anomalies in the arithmetic mean of a value. The mea
125
125
126
126
If you want to monitor unusually high average values, use the `high_mean` function.
127
127
128
-
If you are just interested in unusually low average values, use the `low_mean` function.
128
+
If you are only interested in unusually low average values, use the `low_mean` function.
129
129
130
130
These functions support the following properties:
131
131
@@ -199,7 +199,7 @@ The `varp` function detects anomalies in the variance of a value which is a meas
199
199
200
200
If you want to monitor unusually high variance, use the `high_varp` function.
201
201
202
-
If you are just interested in unusually low variance, use the `low_varp` function.
202
+
If you are only interested in unusually low variance, use the `low_varp` function.
Copy file name to clipboardExpand all lines: reference/machine-learning/ootb-ml-jobs-apache.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ These {{anomaly-job}} wizards appear in {{kib}} if you use the Apache integratio
14
14
15
15
These {{anomaly-jobs}} find unusual activity in HTTP access logs.
16
16
17
-
For more details, see the {{dfeed}} and job definitions in [GitHub](https://github.com/elastic/integrations/blob/main/packages/apache/kibana/ml_module/apache-Logs-ml.json). Note that these jobs are available in {{kib}} only if data exists that matches the query specified in the [manifest file](https://github.com/elastic/integrations/blob/main/packages/apache/kibana/ml_module/apache-Logs-ml.json#L11).
17
+
For more details, see the {{dfeed}} and job definitions in [GitHub](https://github.com/elastic/integrations/blob/main/packages/apache/kibana/ml_module/apache-Logs-ml.json). These jobs are available in {{kib}} only if data exists that matches the query specified in the [manifest file](https://github.com/elastic/integrations/blob/main/packages/apache/kibana/ml_module/apache-Logs-ml.json#L11).
0 commit comments