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
Copy file name to clipboardExpand all lines: docs/release-notes/8.16.asciidoc
+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
@@ -737,7 +737,7 @@ NOTE: These instructions only apply to the Google Chrome browser. Modify the ste
737
737
738
738
. Right-click anywhere on the **Alerts** page, then select *Inspect* to open Chrome's Developer Tools.
739
739
. Go to *Application -> Storage*, then expand *Local Storage*.
740
-
. Click on the name of your Kibana instance, for example, http://localhost:1234.
740
+
. Click on the name of your Kibana instance, for example, <LOCAL_HOST_URL>:1234.
741
741
. Search for the `siem.<space_name>.pageFilters` key, right-click on the value, then click *Delete*. If you have multiple non-default spaces, do this for each space.
Copy file name to clipboardExpand all lines: docs/release-notes/8.8.asciidoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ NOTE: These instructions only apply to the Google Chrome browser. Modify the ste
36
36
37
37
. Right-click anywhere on the Alerts page, then select *Inspect* to open Chrome's Developer Tools.
38
38
. Go to *Application -> Storage*, then expand *Local Storage*.
39
-
. Click on the name of your Kibana instance, for example, http://localhost:1234.
39
+
. Click on the name of your Kibana instance, for example, <LOCAL_HOST_URL>:1234.
40
40
. Search for the `detection-engine-alert-table-securitySolution-rule-details-gridView` key and copy its value. The value you copied is the JSON blob that's used to persist the Alerts table's state, including the table's selected columns.
41
41
. Paste the JSON blob into a text file and edit it as follows:
42
42
.. Remove the `id:file.name` string from the `columns` array.
@@ -259,7 +259,7 @@ NOTE: These instructions only apply to the Google Chrome browser. Modify the ste
259
259
260
260
. Right-click anywhere on the Alerts page, then select *Inspect* to open Chrome's Developer Tools.
261
261
. Go to *Application -> Storage*, then expand *Local Storage*.
262
-
. Click on the name of your Kibana instance, for example, http://localhost:1234.
262
+
. Click on the name of your Kibana instance, for example, <LOCAL_HOST_URL>:1234.
263
263
. Search for the `detection-engine-alert-table-securitySolution-rule-details-gridView` key and copy its value. The value you copied is the JSON blob that's used to persist the Alerts table's state, including the table's selected columns.
264
264
. Paste the JSON blob into a text file and edit it as follows:
265
265
.. Remove the `id:file.name` string from the `columns` array.
@@ -413,7 +413,7 @@ NOTE: These instructions only apply to the Google Chrome browser. Modify the ste
413
413
414
414
. Right-click anywhere on the Alerts page, then select *Inspect* to open Chrome's Developer Tools.
415
415
. Go to *Application -> Storage*, then expand *Local Storage*.
416
-
. Click on the name of your Kibana instance, for example, http://localhost:1234.
416
+
. Click on the name of your Kibana instance, for example, <LOCAL_HOST_URL>:1234.
417
417
. Search for the `detection-engine-alert-table-securitySolution-rule-details-gridView` key and copy its value. The value you copied is the JSON blob that's used to persist the Alerts table's state, including the table's selected columns.
418
418
. Paste the JSON blob into a text file and edit it as follows:
419
419
.. Remove the `id:file.name` string from the `columns` array.
Copy file name to clipboardExpand all lines: docs/release-notes/8.9.asciidoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ NOTE: These instructions only apply to the Google Chrome browser. Modify the ste
48
48
49
49
. Right-click anywhere on the Alerts page, then select *Inspect* to open Chrome's Developer Tools.
50
50
. Go to *Application -> Storage*, then expand *Local Storage*.
51
-
. Click on the name of your Kibana instance, for example, http://localhost:1234.
51
+
. Click on the name of your Kibana instance, for example, <LOCAL_HOST_URL>:1234.
52
52
. Search for the `detection-engine-alert-table-securitySolution-rule-details-gridView` key and copy its value. The value you copied is the JSON blob that's used to persist the Alert table's state, including the table's selected columns.
53
53
. Paste the JSON blob into a text file and edit it as follows:
54
54
.. Remove the `id:file.name` string from the `columns` array.
@@ -115,7 +115,7 @@ NOTE: These instructions only apply to the Google Chrome browser. Modify the ste
115
115
116
116
. Right-click anywhere on the Alerts page, then select *Inspect* to open Chrome's Developer Tools.
117
117
. Go to *Application -> Storage*, then expand *Local Storage*.
118
-
. Click on the name of your Kibana instance, for example, http://localhost:1234.
118
+
. Click on the name of your Kibana instance, for example, <LOCAL_HOST_URL>:1234.
119
119
. Search for the `detection-engine-alert-table-securitySolution-rule-details-gridView` key and copy its value. The value you copied is the JSON blob that's used to persist the Alert table's state, including the table's selected columns.
120
120
. Paste the JSON blob into a text file and edit it as follows:
121
121
.. Remove the `id:file.name` string from the `columns` array.
0 commit comments