Merge pull request #533 from Security-Onion-Solutions/elastic_updates

Elastic updates
This commit is contained in:
weslambert
2020-04-08 12:28:14 -04:00
committed by GitHub
2 changed files with 555 additions and 695 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
KIBANA_HOST=10.66.166.141
KSO_PORT=5601
OUTFILE="saved_objects.json"
curl -s -H 'kbn-xsrf: true' -H 'Content-Type: application/json' -XPOST $KIBANA_HOST:$KSO_PORT/api/saved_objects/_export -d '{ "type": "index-pattern", "type": "config", "type": "dashboard", "type": "query", "type": "search", "type": "url", "type": "visualization" }' -o $OUTFILE

File diff suppressed because one or more lines are too long