summaryrefslogtreecommitdiff
path: root/elastic
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2017-04-26 11:16:02 +0200
committervarac <varacanero@zeromail.org>2017-04-26 11:16:02 +0200
commitba4554baf87fb8db7b7638344b805e3b5c3f6a50 (patch)
treecbc1e11e1f86be6866f9cffbc0eaba2a54eded60 /elastic
parent103eff077e14314780786000c37bc529ee4fc950 (diff)
Add todos to elastic scripts
Diffstat (limited to 'elastic')
-rwxr-xr-xelastic/generate-config.py5
-rwxr-xr-xelastic/load.sh5
2 files changed, 9 insertions, 1 deletions
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'