- Notifications
You must be signed in to change notification settings - Fork 497
Logstash package #1555
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
Logstash package #1555
Conversation
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
Pinging @elastic/integrations (Team:Integrations) |
Pinging @elastic/integrations-services (Team:Services) |
@@ -0,0 +1,18 @@ | |||
type: logs | |||
title: logstash log logs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: this sounds a bit weird :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sooo many titles everywhere. I fixed it, thank you for spotting
- /var/log/logstash/logstash-json*.log | ||
template_path: log.yml.hbs | ||
title: Logstash logs | ||
description: Collect Logstash logs using the log input |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: maybe "Collect Logstash logs from standard files?"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good suggestion, thank you!
external: ecs | ||
- name: service.address | ||
type: keyword | ||
description: Address where data about this service was collected from. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI I will be available in 1.12: elastic/ecs#1534
@@ -0,0 +1 @@ | |||
{} No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is is on purpose empty?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, thanks! I ran into some issues and I'll probably update this in some follow-up. I deleted them by now.
@@ -0,0 +1,3 @@ | |||
dependencies: | |||
ecs: | |||
reference: git@1.11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: I guess you can update it to 1.12. It should be available.
ECS 1.12 will be updated in a follow up, once it is released in Github. Merging is possible |
What does this PR do?
Add Logstash integration
Checklist
changelog.yml
file.manifest.yml
file to point to the latest Elastic stack release (e.g.^7.13.0
).Related issues
Screenshots