Skip to content

Add Lumberjack output#41

Merged
andrewkroh merged 3 commits intoelastic:mainfrom
andrewkroh:feature/lumberjack-output
Sep 15, 2022
Merged

Add Lumberjack output#41
andrewkroh merged 3 commits intoelastic:mainfrom
andrewkroh:feature/lumberjack-output

Conversation

@andrewkroh
Copy link
Copy Markdown
Member

Add an output that can stream data over the Lumberjack V2 protocol.

Closes #39

Add an output that can stream data over the Lumberjack V2 protocol.

Closes elastic#39
@andrewkroh andrewkroh added the enhancement New feature or request label Sep 13, 2022
@elasticmachine
Copy link
Copy Markdown

elasticmachine commented Sep 13, 2022

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2022-09-14T05:21:46.076+0000

  • Duration: 6 min 34 sec

Test stats 🧪

Test Results
Failed 0
Passed 19
Skipped 0
Total 19

🤖 GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

@andrewkroh andrewkroh merged commit 2976a79 into elastic:main Sep 15, 2022
@andrewkroh
Copy link
Copy Markdown
Member Author

Here's an example docker-compose.yml for reference:

version: '2.3'
services:
  barracuda-cloudgen-lumberjack:
    image: docker.elastic.co/observability/stream:local # Requires next release.
    volumes:
      - ./sample_logs:/sample_logs:ro
    environment:
      - STREAM_PROTOCOL=lumberjack
      - STREAM_LUMBERJACK_PARSE_JSON=true
      - STREAM_ADDR=tcp://elastic-agent:5044
      - STREAM_DELAY=5s
      - STREAM_START_SIGNAL=SIGHUP
    command: log /sample_logs/*.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add lumberjack output

4 participants