LimaCharlie
    • LimaCharlie Log In
    • v2
      • v1 Deprecated
      • v2
    Contents x
    • Getting Started
    • Sensors
    • Query Console
    • Detection and Response
    • Events
    • Platform Management
    • Outputs
    • Add-Ons
    • FAQ
    • Release Notes
    • Connecting
    Powered byDocument360

    Adapter Examples
    4 Articles  in this category
    • Contributors

    Share this

    • Print
    • Share
    • Dark
      Light
    Contents

    Adapter Examples

    4 Articles in this category
    Written by Maxime Lamothe Brassard
    • 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 Maxime Lamothe Brassard
    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...
    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...
    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...
    Updated on : 04 Oct 2024