We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efeb87a commit d2b7b77Copy full SHA for d2b7b77
README.md
@@ -33,5 +33,6 @@ es-query-export -u http://localhost:9200 -i _all -q cluster:c2 -t prod,dev
33
es-query-export -u localhost:9200 -i _all -q *:* -f _all -w output.csv
34
es-query-export -i _all -q *:* -f status,host -w output.csv
35
es-query-export -i _all -q *:* -f _all -w output.csv -s
36
+es-query-export -u http://user:password@kibana.com:80/es -i _all -q *:* -f _all
37
es-query-export -q *:*
38
```
0 commit comments