You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.
Currently fleet has support for multiple logging outputs as of #2282 it will be Options are filesystem, firehose, kinesis, pubsub, and stdout`, at this time these are mutually exclusive however there may be situations where implementations may benefit from having multiple outputs such as the following.
Log to disk to be consumed by log-exporter / ES and log to Firehose / S3 for long term historical reference.
Log to firehose for analysis and log to stdout for real time debugging
Ideal behaviour
Ideally osquery_status_log_plugin would accept an array of outputs and fleet would support writing to these.
The text was updated successfully, but these errors were encountered:
Summary
Currently fleet has support for multiple logging outputs as of #2282 it will be
Options are
filesystem,
firehose,
kinesis,
pubsub, and
stdout`, at this time these are mutually exclusive however there may be situations where implementations may benefit from having multiple outputs such as the following.Ideal behaviour
Ideally
osquery_status_log_plugin
would accept an array of outputs and fleet would support writing to these.The text was updated successfully, but these errors were encountered: