We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3190f commit 16f27c4Copy full SHA for 16f27c4
README.md
@@ -132,8 +132,8 @@ To write events to a file, just redirect your output:
132
code42 security-data search -b 2020-02-02 > filename.txt
133
```
134
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:
+To send events to an external server, use the `send-to` command, which behaves the same as `search` except for defaulting
+to `RAW-JSON` output and sending results to an external server instead of to stdout:
137
138
The default port (if none is specified on the address) is the standard syslog port 514, and default protocol is UDP:
139
0 commit comments