From cf09d2f50e0e1d590fd70f740ca9959d20f293a1 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Tue, 30 Jun 2020 12:46:00 +0200 Subject: [PATCH] Created Import / Export Kibana Objects (markdown) --- Import---Export-Kibana-Objects.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Import---Export-Kibana-Objects.md diff --git a/Import---Export-Kibana-Objects.md b/Import---Export-Kibana-Objects.md new file mode 100644 index 0000000..e0b4e9c --- /dev/null +++ b/Import---Export-Kibana-Objects.md @@ -0,0 +1,16 @@ +# Export +1. Go to Kibana +2. Click on "Stack Management" +3. Click on "Saved Objects" +4. Click on "Export objetcs" +5. Click on "Export all" +This will export a NDJSON file with all your objects. Always run a full export to make sure all references are included. + +# Import +1. [Download the NDJSON file](https://github.com/dtag-dev-sec/tpotce/blob/master/etc/objects/kibana_export.ndjson.zip) and unzip it. +2. Go to Kibana +3. Click on "Stack Management" +4. Click on "Saved Objects" +5. Click on "Import" +6. Browse NDJSON file +When asked: "If any of the objects already exist, do you want to automatically overwrite them?" you answer with "Yes, overwrite all". \ No newline at end of file