LimaCharlie Log In
v2
v1
Deprecated
v2
Contents
x
Getting Started
Sensors
Query Console
Detection and Response
Events
Platform Management
Outputs
Add-Ons
FAQ
Powered by
Adapter Examples
4 Articles
in this category
Contributors
+ 1
Share this
Print
Share
Dark
Light
Contents
Adapter Examples
4 Articles
in this category
+ 1
Written by
Matt Bromiley
,
Maxime Lamothe Brassard
,
Eric Capuano
and 1 others
Share
Dark
Light
GCP Logs via Pubsub
GCP Logs via Pubsub This example receives {{glossary.GCP}} logs from a pubsub subscription. This assumes you've already configured a log Sink in GCP to a Pubsub Topic (see this ) and a Service Account with the Pubsub Subcriber permission. This ex...
Written by
Matt Bromiley
,
Maxime Lamothe Brassard
,
Eric Capuano
Updated on : 04 Oct 2024
Stdin
This example is similar to the Syslog example above, except it uses the CLI Adapter and receives the data from the CLI's STDIN interface. This method is perfect for ingesting arbitrary logs on disk or from other applications locally. ./lc_adapte...
Written by
Matt Bromiley
,
Eric Capuano
Updated on : 04 Oct 2024
Stdin JSON
This example is similar to the Stdin example above, except it assumes the data being read is JSON, not just text. If your data source is already JSON, it's much simpler to let LimaCharlie do the JSON parsing directly. ./lc_adapter stdin client_opt...
Written by
Matt Bromiley
,
Whitney Champion
,
Eric Capuano
Updated on : 04 Oct 2024
Windows Event Logs
This example shows collecting Windows Event Logs ( wel ) from a Windows box natively (and therefore is only available using the Windows Adapter ). This is useful for cases where you'd like to collect WEL without running the LimaCharlie Windows Agen...
Written by
Matt Bromiley
,
Eric Capuano
Updated on : 04 Oct 2024