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

Add Lumberjack output #41

Merged
merged 3 commits into from
Sep 15, 2022
Merged

Conversation

andrewkroh
Copy link
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

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
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