- Notifications
You must be signed in to change notification settings - Fork 515
[nagios] Add Nagios package with Host data stream #2942
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
Conversation
packages/nagios_xi/manifest.yml Outdated
| - monitoring | ||
| release: beta | ||
| conditions: | ||
| kibana.version: ^8.0.0 |
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.
This will be updated with 8.2.0 after testing this integration on 8.2.0.
| Pinging @elastic/integrations (Team:Integrations) |
mtojek left a comment
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.
It might be a bit inconsistent as you're posting a screenshot with a dashboard that is not there, but that's fine :) We will fix it later.
I left a few nit-picks to address, but in general it's LGTM
| | ||
| ### Host Metrics | ||
| | ||
| This is the `host` dataset. |
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: data stream
| response.split: | ||
| target: body.hoststatus | ||
| type: array | ||
| |
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: empty line
| - name: nagios_xi | ||
| type: group | ||
| fields: | ||
| - name: host |
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 there any place from where we can pull descriptions for all those fields? For example take a look at osquery_manager.
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.
Sure will check it out.
packages/nagios_xi/manifest.yml Outdated
| categories: | ||
| - custom | ||
| - monitoring | ||
| release: beta |
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.
You can drop the release tag as we deprecated it. See: link.
I guess that you can apply the same to fields 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.
Okay, will remove it.
Thanks
packages/nagios_xi/manifest.yml Outdated
| - monitoring | ||
| release: beta | ||
| conditions: | ||
| kibana.version: ^8.0.0 |
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.
As you have already updated references to 8.2.0 in a few places (ecs, tests, sample event), I suppose you need to bump it also here now.
mtojek left a comment
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.
Minor comment only, but may require to regenerate some files.
| processors: | ||
| - set: | ||
| field: ecs.version | ||
| value: 8.2.0 |
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.
I suspect that it should be 8.1.0 to be consistent.
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.
Right,
There was confusion on which one to use 8.1.0 or 8.2.0.
Decided to go 8.1.0 for now.
Thanks
What does this PR do?
Checklist
changelog.ymlfile.How to test this PR locally
elastic-package testRelated issues
Screenshots