Skip to content

Commit 677e869

Browse files
Update kibana-doc
1 parent ff835f8 commit 677e869

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

docs/developer-guide/kibana-doc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Creating and Importing own Kibana Elements in the SecureCodeBox
22

33
This article shows how you can save your own kibana searches, visualizations and dashboards and load them at startup of the SecureCodeBox.
4-
54
In order to save your own visualizations, after creating them in Kibana, you need the `elasticdump` tool, available [here](https://github.com/taskrabbit/elasticsearch-dump/blob/master/bin/elasticdump). This is a very simple and easy to use tool to export your elasticsearch data into a json file.
6-
75
For our own visualizations and dashboards we exported the whole `.kibana` index with `elasticdump`. The command looks as follows:
86

97
```
@@ -35,5 +33,4 @@ The final result looks like this:
3533
```
3634

3735
The resulting file needs to be put into the resources folder of the `elasticsearch-persistenceprovider` directory (*scb-persistenceproviders/elasticsearch-persistenceprovider/src/main/resources*) and must have the name `kibana-imports.json`, otherwise it will be ignored.
38-
3936
After a new start of the SecureCodeBox the visualizations and dashboards will be loaded with the first initialization of the `ElasticSearchPersistenceProvider` (that means at least one scan must be run and there must be data inside elasticsearch).

0 commit comments

Comments
 (0)