Skip to content

Commit d3a90b5

Browse files
committed
merge with master
2 parents e10efdf + ea4eb33 commit d3a90b5

File tree

439 files changed

+5070
-3118
lines changed

Some content is hidden

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

439 files changed

+5070
-3118
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
/src/legacy/core_plugins/kibana/public/dev_tools/ @elastic/kibana-app
1414
/src/legacy/core_plugins/vis_type_vislib/ @elastic/kibana-app
1515
/src/plugins/vis_type_xy/ @elastic/kibana-app
16+
/src/plugins/vis_type_table/ @elastic/kibana-app
1617
/src/plugins/kibana_legacy/ @elastic/kibana-app
1718
/src/plugins/vis_type_timelion/ @elastic/kibana-app
1819
/src/plugins/dashboard/ @elastic/kibana-app

.i18nrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"visDefaultEditor": "src/plugins/vis_default_editor",
4949
"visTypeMarkdown": "src/plugins/vis_type_markdown",
5050
"visTypeMetric": "src/plugins/vis_type_metric",
51-
"visTypeTable": "src/legacy/core_plugins/vis_type_table",
51+
"visTypeTable": "src/plugins/vis_type_table",
5252
"visTypeTagCloud": "src/legacy/core_plugins/vis_type_tagcloud",
5353
"visTypeTimeseries": ["src/legacy/core_plugins/vis_type_timeseries", "src/plugins/vis_type_timeseries"],
5454
"visTypeVega": "src/legacy/core_plugins/vis_type_vega",

docs/images/clone_panel.gif

798 KB
Loading

docs/management/advanced-options.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ might increase the search time. This setting is off by default. Users must opt-i
217217
[horizontal]
218218
`siem:defaultAnomalyScore`:: The threshold above which Machine Learning job anomalies are displayed in the SIEM app.
219219
`siem:defaultIndex`:: A comma-delimited list of Elasticsearch indices from which the SIEM app collects events.
220+
`siem:ipReputationLinks`:: A JSON array containing links for verifying the reputation of an IP address. The links are displayed on
221+
{siem-guide}/siem-ui-overview.html#network-ui[IP detail] pages.
220222
`siem:enableNewsFeed`:: Enables the security news feed on the SIEM *Overview*
221223
page.
222224
`siem:newsFeedUrl`:: The URL from which the security news feed content is

docs/settings/ml-settings.asciidoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
You do not need to configure any settings to use {kib} {ml-features}. They are
99
enabled by default.
1010

11-
[float]
1211
[[general-ml-settings-kb]]
1312
==== General {ml} settings
1413

@@ -19,3 +18,11 @@ If set to `false` in `kibana.yml`, the {ml} icon is hidden in this {kib}
1918
instance. If `xpack.ml.enabled` is set to `true` in `elasticsearch.yml`, however,
2019
you can still use the {ml} APIs. To disable {ml} entirely, see the
2120
{ref}/ml-settings.html[{es} {ml} settings].
21+
22+
[[data-visualizer-settings]]
23+
==== {data-viz} settings
24+
25+
`xpack.ml.file_data_visualizer.max_file_size`::
26+
Sets the file size limit when importing data in the {data-viz}. The default
27+
value is `100MB`. The highest supported value for this setting is `1GB`.
28+

docs/setup/production.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ server.port
133133
Settings that must be the same:
134134
--------
135135
xpack.security.encryptionKey //decrypting session cookies
136-
xpack.reporting.encryptionKey //decrypting reports stored in Elasticsearch
136+
xpack.reporting.encryptionKey //decrypting reports
137+
xpack.encryptedSavedObjects.encryptionKey // decrypting saved objects
137138
--------
138139

139140
Separate configuration files can be used from the command line by using the `-c` flag:

docs/siem/images/cases-ui.png

305 KB
Loading

docs/siem/siem-ui.asciidoc

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ image::siem/images/network-ui.png[]
3535

3636
[float]
3737
[[detections-ui]]
38-
=== Detections (Beta)
38+
=== Detections (beta)
3939

4040
The Detections feature automatically searches for threats and creates
4141
signals when they are detected. Signal detection rules define the conditions
@@ -50,6 +50,22 @@ or the Detections API.
5050
[role="screenshot"]
5151
image::siem/images/detections-ui.png[]
5252

53+
[float]
54+
[[cases-ui]]
55+
=== Cases (beta)
56+
57+
Cases are used to open and track security issues directly in SIEM.
58+
Cases list the original reporter and all users who contribute to a case
59+
(`participants`). Case comments support Markdown syntax, and allow linking to
60+
saved Timelines. Additionally, you can send cases to external systems from
61+
within SIEM (currently ServiceNow).
62+
63+
For information about opening, updating, and closing cases, see
64+
{siem-guide}/cases-overview.html[Cases] in the SIEM Guide.
65+
66+
[role="screenshot"]
67+
image::siem/images/cases-ui.png[]
68+
5369
[float]
5470
[[timelines-ui]]
5571
=== Timeline

docs/user/dashboard.asciidoc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,24 @@ to the new dimensions.
9898
* To delete a panel, open the panel menu and select *Delete from dashboard.* Deleting a panel from a
9999
dashboard does *not* delete the saved visualization or search.
100100

101+
[float]
102+
[[cloning-a-panel]]
103+
=== Clone dashboard elements
104+
105+
In *Edit* mode, you can clone any panel on a dashboard.
106+
107+
To clone an existing panel, open the panel menu of the element you wish to clone, then select *Clone panel*.
108+
109+
* Cloned panels appear beside the original, and will move other panels down to make room if necessary.
110+
111+
* Clones support all of the original panel's functionality, including renaming, editing, and cloning.
112+
113+
* All cloned visualizations will appear in the visualization list.
114+
115+
[role="screenshot"]
116+
image:images/clone_panel.gif[clone panel]
117+
118+
101119
[float]
102120
[[viewing-detailed-information]]
103121
=== Inspect and edit elements
-219 KB
Loading

0 commit comments

Comments
 (0)