There was an error while loading. Please reload this page.
1 parent 549921c commit 7b95c1eCopy full SHA for 7b95c1e
1 file changed
README.md
@@ -166,7 +166,8 @@ Service factories are the glue code of the dependeny injection container.
166
### Policy to delete logstash formatted indicies after 14 days.
167
168
```.sh
169
-curl -XPUT 'https://admin:98T722Eqw99oqFCSJCnB@localhost:9200/_plugins/_ism/policies/logstash-policy' \
+curl -XPUT 'https://localhost:9200/_plugins/_ism/policies/logstash-policy' \
170
+ -u 'admin:98T722Eqw99oqFCSJCnB' \
171
-H 'Content-Type: application/json' \
172
-H 'Accept: application/json' \
173
-d '{
0 commit comments