mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 01:55:20 +00:00
fixed issue with aws logger example for kinesis and firehose (#2102)
This commit is contained in:
parent
50694052c4
commit
e29ad573ef
@ -35,7 +35,7 @@ Similarly for Kinesis Firehose delivery streams, the stream name must be specifi
|
||||
"options": {
|
||||
"host_identifier": "hostname",
|
||||
"schedule_splay_percent": 10,
|
||||
"logger_plugin": "kinesis,firehose",
|
||||
"logger_plugin": "aws_kinesis,aws_firehose",
|
||||
"aws_kinesis_stream": "foo_stream",
|
||||
"aws_firehose_stream": "bar_delivery_stream",
|
||||
"aws_access_key_id": "ACCESS_KEY",
|
||||
|
Loading…
Reference in New Issue
Block a user