Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Filebeat] Add lumberjack input #32175

Merged
merged 10 commits into from
Aug 19, 2022

Commits on Jul 7, 2022

  1. Add lumberjack input to Filebeat

    Add an input for receiving data over the Lumberjack protocol as
    defined in https://github.com/elastic/go-lumber.
    
    The raw data is written into the `lumberjack` field which is
    mapped as flattened.
    andrewkroh committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    c109b3b View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    1435433 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcb4fec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    167c81e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26015ba View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    3ec2449 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Update go-lumber to latest

    andrewkroh committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    a0ee672 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    540cbbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cc6a2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    918e16d View commit details
    Browse the repository at this point in the history