Skip to content

Commit 16f27c4

Browse files
authored
clarify send-to default format in readme (#152)
* remove nc/powershell examples and replace with send-to in docs/readme * clarify output format default difference * style
1 parent cf3190f commit 16f27c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ To write events to a file, just redirect your output:
132132
code42 security-data search -b 2020-02-02 > filename.txt
133133
```
134134

135-
To send events to an external server, use the `send-to` command, which behaves exactly the same as `search` but sends
136-
results to an external server instead of to stdout:
135+
To send events to an external server, use the `send-to` command, which behaves the same as `search` except for defaulting
136+
to `RAW-JSON` output and sending results to an external server instead of to stdout:
137137

138138
The default port (if none is specified on the address) is the standard syslog port 514, and default protocol is UDP:
139139

0 commit comments

Comments
 (0)