mirror of
https://github.com/simon987/sist2.git
synced 2025-04-19 02:06:46 +00:00
Update USAGE.md
This commit is contained in:
parent
4c540eae1c
commit
27509f97e1
@ -244,14 +244,13 @@ sist2 index --print ./my_index/ | jq | less
|
|||||||
### Web options
|
### Web options
|
||||||
* `--es-url=<str>` Elasticsearch url.
|
* `--es-url=<str>` Elasticsearch url.
|
||||||
* `--bind=<str>` Listen on this address.
|
* `--bind=<str>` Listen on this address.
|
||||||
* `--port=<str>` Listen on this port.
|
|
||||||
* `--auth=<str>` Basic auth in user:password format
|
* `--auth=<str>` Basic auth in user:password format
|
||||||
|
|
||||||
### Web examples
|
### Web examples
|
||||||
|
|
||||||
**Single index**
|
**Single index**
|
||||||
```bash
|
```bash
|
||||||
sist2 web --auth admin:hunter2 --bind 0.0.0.0 --port 8888 my_index
|
sist2 web --auth admin:hunter2 --bind 0.0.0.0:8888 my_index
|
||||||
```
|
```
|
||||||
|
|
||||||
**Multiple indices**
|
**Multiple indices**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user