From ba4554baf87fb8db7b7638344b805e3b5c3f6a50 Mon Sep 17 00:00:00 2001 From: varac Date: Wed, 26 Apr 2017 11:16:02 +0200 Subject: Add todos to elastic scripts --- elastic/generate-config.py | 5 ++++- elastic/load.sh | 5 +++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/elastic/generate-config.py b/elastic/generate-config.py index 2978976..0841f5c 100755 --- a/elastic/generate-config.py +++ b/elastic/generate-config.py @@ -1,5 +1,8 @@ #!/usr/bin/env python3 - +# +# Todo: +# +# - Remove all json files from previous runs import pystache import requests import json diff --git a/elastic/load.sh b/elastic/load.sh index 9b9f664..8328ac3 100755 --- a/elastic/load.sh +++ b/elastic/load.sh @@ -9,6 +9,11 @@ # ./load.sh -url http://test.com:9200 -user admin:secret # ./load.sh -url http://test.com:9200 -index .kibana-test +# Todo: +# +# - Delete all objects so a test can get removed + + # The default value of the variable. Initialize your own variables here ELASTICSEARCH=http://localhost:9200 CURL='curl --netrc' -- cgit v1.2.3