diff options
Diffstat (limited to 'examples/README.md')
-rw-r--r-- | examples/README.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/README.md b/examples/README.md index 524fa489d..0a75883be 100644 --- a/examples/README.md +++ b/examples/README.md @@ -93,7 +93,11 @@ Required by `tests/run_tests.sh` Validate nDPId JSON messages against internal event semantics. Required by `tests/run_tests.sh` +## rs-simple + +A straight forward Rust deserialization/parsing example. + ## yaml-filebeat An example filebeat configuration to parse and send nDPId JSON messages to Elasticsearch. Allowing long term storage and data visualization with kibana -and various other tools that interact with Elasticsearch (No logstash required).
\ No newline at end of file +and various other tools that interact with Elasticsearch (No logstash required). |