summaryrefslogtreecommitdiff
path: root/elastic/load.sh
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/load.sh
parent103eff077e14314780786000c37bc529ee4fc950 (diff)
Add todos to elastic scripts
Diffstat (limited to 'elastic/load.sh')
-rwxr-xr-xelastic/load.sh5
1 files changed, 5 insertions, 0 deletions
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'