Skip to content

Commit 2d90d81

Browse files
author
anders-wartoft
committed
Removed -h as --hostname shorthand
1 parent 9737a2e commit 2d90d81

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.DS_Store

6 KB
Binary file not shown.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Connect to an Elasticsearch instance and read from an index:
164164

165165
The main use case is to get one field from an index and send to a receiver, for example a gap detector to be able to see if there are missing events (or duplicates) in the index.
166166

167-
Parameters: `-i elastic -h {hostname or ip} -p {port number} -i {index name} -f {field to get} -ak {API key} -c {x.509 certificate in cer format} -q {query string in query dsl format}`
167+
Parameters: `-i elastic --hostname {hostname or ip} -p {port number} -i {index name} -f {field to get} -ak {API key} -c {x.509 certificate in cer format} -q {query string in query dsl format}`
168168

169169
Example:
170170
``` properties
@@ -259,7 +259,7 @@ Send events with UDP.
259259
Parameters: `-o udp --hostname hostname --port port`
260260

261261
Example `-o udp --hostname localhost --port 5999`
262-
Example `-o udp -h localhost -p 5999`
262+
Example `-o udp --hostname localhost -p 5999`
263263

264264
#### Write to TCP
265265
Send events with TCP.

0 commit comments

Comments
 (0)