Skip to content

Commit

Permalink
πŸ“ Document that -i accept only index name
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbadyal committed Aug 21, 2024
1 parent ad8f637 commit 5313302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/exmaples.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
|:-----------|:----------------:|-------------------------------------------------------|:---------|:----------------------:|
| -q | --query | Query string in Query DSL syntax | βœ… | - |
| -o | --output-file | CSV file location | βœ… | - |
| -i | --index-prefixes | Index name/prefix(es) | βœ… | - |
| -i | --index-prefixes | Index name/prefix(es). May not be an alias | βœ… | - |
| -u | --url | Elasticsearch host URL. | ❎ | https://localhost:9200 |
| -U | --user | Elasticsearch basic_auth authentication user. | ❎ | elastic |
| -p | --password | Elasticsearch basic_auth authentication password. | βœ… | - |
Expand Down

0 comments on commit 5313302

Please sign in to comment.