Skip to content

Commit fdd1aff

Browse files
Merge branch 'master' into scottybollinger/groups-tests
2 parents 45713bf + 3db19d6 commit fdd1aff

File tree

832 files changed

+17537
-11119
lines changed

Some content is hidden

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

832 files changed

+17537
-11119
lines changed

.github/ISSUE_TEMPLATE/security_solution_bug_report.md renamed to .github/ISSUE_TEMPLATE/Bug_report_security_solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report for Security Solution
33
about: Help us identify bugs in Elastic Security, SIEM, and Endpoint so we can fix them!
44
title: '[Security Solution]'
5-
labels: Team: SecuritySolution
5+
labels: 'Team: SecuritySolution'
66
---
77

88
**Describe the bug:**

docs/api/dashboard/export-dashboard.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ experimental[] Export dashboards and corresponding saved objects.
1111

1212
`GET <kibana host>:<port>/api/kibana/dashboards/export`
1313

14+
`GET <kibana host>:<port>/s/<space-id>/api/kibana/dashboards/export`
15+
1416
[[dashboard-api-export-params]]
1517
==== Query parameters
1618

docs/api/dashboard/import-dashboard.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ experimental[] Import dashboards and corresponding saved objects.
1111

1212
`POST <kibana host>:<port>/api/kibana/dashboards/import`
1313

14+
`POST <kibana host>:<port>/s/<space-id>/api/kibana/dashboards/import`
15+
1416
[[dashboard-api-import-params]]
1517
==== Query parameters
1618

docs/api/features.asciidoc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ The API returns the following:
2828
{
2929
"id": "discover",
3030
"name": "Discover",
31-
"icon": "discoverApp",
32-
"navLinkId": "discover",
3331
"app": [
3432
"kibana"
3533
],
@@ -73,8 +71,6 @@ The API returns the following:
7371
{
7472
"id": "visualize",
7573
"name": "Visualize",
76-
"icon": "visualizeApp",
77-
"navLinkId": "visualize",
7874
"app": [
7975
"kibana"
8076
],
@@ -120,8 +116,6 @@ The API returns the following:
120116
{
121117
"id": "dashboard",
122118
"name": "Dashboard",
123-
"icon": "dashboardApp",
124-
"navLinkId": "dashboards",
125119
"app": [
126120
"kibana"
127121
],
@@ -172,8 +166,6 @@ The API returns the following:
172166
{
173167
"id": "dev_tools",
174168
"name": "Dev Tools",
175-
"icon": "devToolsApp",
176-
"navLinkId": "dev_tools",
177169
"app": [
178170
"kibana"
179171
],

docs/apm/apm-alerts.asciidoc

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,22 @@ image::apm/images/apm-alert.png[Create an alert in the APM app]
1818
For a walkthrough of the alert flyout panel, including detailed information on each configurable property,
1919
see Kibana's <<defining-alerts,defining alerts>>.
2020

21-
The APM app supports two different types of threshold alerts: transaction duration, and error rate.
22-
Below, we'll create one of each.
21+
The APM app supports four different types of alerts:
22+
23+
* Transaction duration anomaly:
24+
alerts when the service's transaction duration reaches a certain anomaly score
25+
* Transaction duration threshold:
26+
alerts when the service's transaction duration exceeds a given time limit over a given time frame
27+
* Transaction error rate threshold:
28+
alerts when the service's transaction error rate is above the selected rate over a given time frame
29+
* Error count threshold:
30+
alerts when service exceeds a selected number of errors over a given time frame
31+
32+
Below, we'll walk through the creation of two of these alerts.
2333

2434
[float]
2535
[[apm-create-transaction-alert]]
26-
=== Create a transaction duration alert
36+
=== Example: create a transaction duration alert
2737

2838
Transaction duration alerts trigger when the duration of a specific transaction type in a service exceeds a defined threshold.
2939
This guide will create an alert for the `opbeans-java` service based on the following criteria:
@@ -57,17 +67,17 @@ Enter a name for the connector,
5767
and paste the webhook URL.
5868
See Slack's webhook documentation if you need to create one.
5969

60-
Add a message body in markdown format.
70+
A default message is provided as a starting point for your alert.
6171
You can use the https://mustache.github.io/[Mustache] template syntax, i.e., `{{variable}}`
62-
to pass alert values at the time a condition is detected to an action.
72+
to pass additional alert values at the time a condition is detected to an action.
6373
A list of available variables can be accessed by selecting the
6474
**add variable** button image:apm/images/add-variable.png[add variable button].
6575

6676
Select **Save**. The alert has been created and is now active!
6777

6878
[float]
6979
[[apm-create-error-alert]]
70-
=== Create an error rate alert
80+
=== Example: create an error rate alert
7181

7282
Error rate alerts trigger when the number of errors in a service exceeds a defined threshold.
7383
This guide creates an alert for the `opbeans-python` service based on the following criteria:
@@ -94,9 +104,9 @@ Based on the alert criteria, define the following alert details:
94104
Select the **Email** action type and click **Create a connector**.
95105
Fill out the required details: sender, host, port, etc., and click **save**.
96106

97-
Add a message body in markdown format.
107+
A default message is provided as a starting point for your alert.
98108
You can use the https://mustache.github.io/[Mustache] template syntax, i.e., `{{variable}}`
99-
to pass alert values at the time a condition is detected to an action.
109+
to pass additional alert values at the time a condition is detected to an action.
100110
A list of available variables can be accessed by selecting the
101111
**add variable** button image:apm/images/add-variable.png[add variable button].
102112

docs/apm/filters.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ the host filter will still be applied.
6969

7070
These filters are very useful for quickly and easily removing noise from your data.
7171
With just a click, you can filter your transactions by the transaction result,
72-
host, container ID, and more.
72+
host, container ID, Kubernetes pod, and more.
7373

7474
[role="screenshot"]
7575
image::apm/images/local-filter.png[Local filters available in the APM app in Kibana]

docs/apm/images/apm-alert.png

-120 KB
Loading
13.6 KB
Loading
6.99 KB
Loading
-2.05 KB
Loading

0 commit comments

Comments
 (0)