Skip to content

Commit ac8d496

Browse files
authored
Update extensions.md
1 parent 7300741 commit ac8d496

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/extensions.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,14 @@ PS: If you can't see whether it is triggering in the workflow, run this locally
438438
5. Detections are live! Feel free to add or change them on [/detections/sigma](/detections/sigma).
439439

440440
### Storing Tenzir logs in Opensearch
441-
- [Tenzir -> Opensearch documentation](https://docs.tenzir.com/integrations/opensearch)
441+
Since we are already ingesting logs using the `import` mechanism, it means we in theory can just route those logs forward.
442+
443+
[Tenzir -> Opensearch documentation](https://docs.tenzir.com/integrations/opensearch)
444+
445+
Modify the following:
446+
`export live=true | to_opensearch "localhost:9200", action="create", index="shuffle_logs", user="admin", passwd="PASSWORD"`
447+
448+
Additional [to_opensearch docs here](https://docs.tenzir.com/reference/operators/to_opensearch/).
442449

443450
- ### Debugging
444451
Running a pipeline manually. This example dumps database content (`export`) into the `/tmp/events.ndjson` file.

0 commit comments

Comments
 (0)