Skip to content

Commit 3f9b5f8

Browse files
author
Craig
committed
Merge branch '77-siem-rules-bc5' of https://github.com/elastic/kibana into 77-siem-rules-bc5
2 parents affcf46 + 63c205f commit 3f9b5f8

File tree

470 files changed

+50085
-8212
lines changed

Some content is hidden

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

470 files changed

+50085
-8212
lines changed

docs/api/spaces-management/resolve_copy_saved_objects_conflicts.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Execute the <<spaces-api-copy-saved-objects,copy saved objects to space API>>, w
103103
.Properties of `error`
104104
[%collapsible%open]
105105
=======
106-
`type`:::::
106+
`type`::::
107107
(string) The type of error. For example, `unsupported_type`, `missing_references`, or `unknown`.
108108
=======
109109
======

docs/apm/api.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The following Agent configuration APIs are available:
4444

4545
`service`::
4646
(required, object) Service identifying the configuration to create or update.
47-
47+
+
4848
.Properties of `service`
4949
[%collapsible%open]
5050
======
@@ -100,7 +100,7 @@ PUT /api/apm/settings/agent-configuration
100100
===== Request body
101101
`service`::
102102
(required, object) Service identifying the configuration to delete
103-
103+
+
104104
.Properties of `service`
105105
[%collapsible%open]
106106
======
@@ -217,7 +217,7 @@ GET /api/apm/settings/agent-configuration
217217

218218
`service`::
219219
(required, object) Service identifying the configuration.
220-
220+
+
221221
.Properties of `service`
222222
[%collapsible%open]
223223
======

docs/apm/transactions.asciidoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,7 @@ The number of requests per bucket is displayed when hovering over the graph, and
103103
[role="screenshot"]
104104
image::apm/images/apm-transaction-duration-dist.png[Example view of transactions duration distribution graph]
105105

106-
Most of the requests fall into buckets on the left side of the graph,
107-
with a long tail of smaller buckets to the right.
108-
This is a typical distribution, and indicates most of our requests were served quickly - awesome!
106+
This graph shows a typical distribution, and indicates most of our requests were served quickly - awesome!
109107
It's the requests on the right, the ones taking longer than average, that we probably want to focus on.
110108
When you select one of these buckets,
111109
you're presented with up to ten trace samples.

docs/canvas/canvas-elements.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,9 @@ To apply CSS overrides:
138138

139139
. Next to *Element style*, click *+*, then select *CSS*.
140140

141-
. Enter the *CSS*. For example, to center the Markdown element, enter:
141+
. Enter the *CSS*.
142+
+
143+
For example, to center the Markdown element, enter:
142144
+
143145
[source,text]
144146
--------------------------------------------------

docs/canvas/canvas-present-workpad.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ When you are ready to present your workpad, use and enable the presentation opti
88
[[view-fullscreen-mode]]
99
==== View your workpad in fullscreen mode
1010

11-
In the upper left corner, click the *Enter fullscreen mode* icon.
11+
Click the *Enter fullscreen mode* icon.
1212

1313
[role="screenshot"]
1414
image::images/canvas-fullscreen.png[Fullscreen mode]
@@ -19,7 +19,7 @@ image::images/canvas-fullscreen.png[Fullscreen mode]
1919

2020
Automatically cycle through your workpads pages in fullscreen mode.
2121

22-
. In the upper left corner, click the *Control settings* icon.
22+
. Click the *Control settings* icon.
2323

2424
. Under *Change cycling interval*, select the interval you want to use.
2525
+

docs/canvas/canvas-share-workpad.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ When you've finished your workpad, you can share it outside of {kib}.
1010

1111
Create a JSON file of your workpad that you can export outside of {kib}.
1212

13-
. From your workpad, click the *Share workpad* icon in the upper left corner.
13+
. From your workpad, click the *Share workpad* icon.
1414

1515
. Select *Download as JSON*.
1616
+
@@ -27,7 +27,7 @@ If you have a license that supports the {report-features}, you can create a PDF
2727

2828
For more information, refer to <<reporting-getting-started, Reporting from Kibana>>.
2929

30-
. From your workpad, click the *Share workpad* icon in the upper left corner, then select *PDF reports*.
30+
. From your workpad, click the *Share workpad* icon, then select *PDF reports*.
3131

3232
. Click *Generate PDF*.
3333
+
@@ -42,7 +42,7 @@ If you have a license that supports the {report-features}, you can create a POST
4242

4343
For more information, refer to <<automating-report-generation, Automating report generation>>.
4444

45-
. From your workpad, click the *Share workpad* icon in the upper left corner, then select *PDF reports*.
45+
. From your workpad, click the *Share workpad* icon, then select *PDF reports*.
4646

4747
. Click *Copy POST URL*.
4848
+
@@ -55,7 +55,7 @@ image::images/canvas-create-URL.gif[Create POST URL]
5555

5656
beta[] Canvas allows you to create _shareables_, which are workpads that you download and securely share on any website. To customize the behavior of the workpad on your website, you can choose to autoplay the pages or hide the workpad toolbar.
5757

58-
. From your workpad, click the *Share this workpad* icon in the upper left corner, then select *Share on a website*.
58+
. From your workpad, click the *Share this workpad* icon, then select *Share on a website*.
5959

6060
. On the *Share on a website* pane, follow the instructions.
6161

docs/dev-tools/searchprofiler/getting-started.asciidoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
=== Getting Started
44

55
The {searchprofiler} is automatically enabled in {kib}. Go to *Dev Tools > Search Profiler*
6-
to get started.
6+
to get started.
77

88
{searchprofiler} displays the names of the indices searched, the shards in each index,
9-
and how long it took for the query to complete. To try it out, replace the default `match_all` query
9+
and how long it took for the query to complete. To try it out, replace the default `match_all` query
1010
with the query you want to profile and click *Profile*.
1111

1212
The following example shows the results of profiling the `match_all` query.
@@ -29,8 +29,8 @@ While the Cumulative Time metric is useful for comparing the performance of your
2929
indices and shards, it doesn't necessarily represent the actual physical query times.
3030
====
3131

32-
You can select the name of the shard and then click *View details* to see more profiling information,
33-
including details about the query component(s) that ran on the shard, as well as the timing
32+
You can select the name of the shard and then click *View details* to see more profiling information,
33+
including details about the query component(s) that ran on the shard, as well as the timing
3434
breakdown of low-level Lucene methods. For more information, see {ref}/search-profile.html#profiling-queries[Profiling queries].
3535

3636
[float]
@@ -40,10 +40,10 @@ By default, all queries executed by the {searchprofiler} are sent
4040
to `GET /_search`. It searches across your entire cluster (all indices, all types).
4141

4242
If you need to query a specific index or type (or several), you can use the Index
43-
and Type filters at the top left.
43+
and Type filters.
4444

4545
In the following example, the query is executed against the indices `test` and `kibana_1`
4646
and the type `my_type`. This is equivalent making a request to `GET /test,kibana_1/my_type/_search`.
4747

4848
[role="screenshot"]
49-
image::dev-tools/searchprofiler/images/filter.png["Filtering by index and type"]
49+
image::dev-tools/searchprofiler/images/filter.png["Filtering by index and type"]

docs/discover/document-data.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ and click image:images/sort-icon.png[].
2626
The first click sorts by ascending order, the second click sorts by descending order, and the third
2727
click removes the field from the sorted fields.
2828

29-
Move a field column:: Hover over the column header and click the move left (<<) or move right icon (>>).
29+
Move a field column:: Hover over the column header and click the (<<) or (>>) icons.
3030
Remove&nbsp;a&nbsp;field&nbsp;column&nbsp;:: Hover over the list of *Specified fields*
3131
and then click *remove*.
3232
Or, use the (x) control in the column header.

docs/getting-started/tutorial-visualizing.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,5 +180,5 @@ The map now looks like this:
180180
image::images/tutorial-visualize-map-2.png[]
181181

182182
. Navigate the map by clicking and dragging. Use the controls
183-
on the left to zoom the map and set filters.
183+
to zoom the map and set filters.
184184
. *Save* this map with the name `Map Example`.

docs/infrastructure/view-metrics.asciidoc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,3 @@ For complete control over the start and end times, click the start time or end t
3030
=== Refresh the metrics
3131

3232
You can click *Refresh* to manually refresh the metrics.
33-
34-
[float]
35-
[[infra-view-go-to-chart]]
36-
=== Go to a specific chart
37-
38-
The charts available for this component are shown in a list on the left of the page. Click a chart in the list to quickly go to that chart.
39-
40-

0 commit comments

Comments
 (0)