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 Windows service dashboard #5603

Merged

Conversation

andrewkroh
Copy link
Member

@andrewkroh andrewkroh commented Nov 15, 2017

  • Renamed the enums for the start_state and state fields to make them more readable and familiar to services.msc users.
  • Added id, pid, and exit_code to the data reported by the metricset. The windows.service.id field was added to make dashboarding easier. It removes the need to have a scripted field providing a composite of the beat.name and the windows.service.name to uniquely identify a service.
  • Added a dashboard that shows an overview of the services.

metricbeat-windows-service

- Renamed the enums for the `start_state` and `state` fields to make them more readable and familiar to services.msc users.
- Added `id`, `pid`, and `exit_code` to the data reported by the metricset. The `windows.service.id` field was added to make dashboarding easier. It removes the need to have a scripted field providing a composite of the `beat.name` and the `windows.service.name` to uniquely identify a service.
- Added a dashboard that shows an overview of the services.
@andrewkroh andrewkroh force-pushed the feature/mb/windows-service-dashboard branch from 9b08647 to 76f9a15 Compare November 16, 2017 04:15
- name: pid
type: long
example: 1092
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have example support (yet) in this fields.yml here? :-)

@@ -11535,15 +11539,43 @@ The display name of the service.

type: keyword

The start type of the service. The possible values are `ServiceAutoStart`, `ServiceBootStart`, `ServiceDemandStart`, `ServiceDisabled`, and `ServiceSystemStart`.
The startup type of the service. The possible values are `Automatic`, `Boot`, `Disabled`, `Manual`, and `System`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is kind of a breaking change. Should we mention that under Breaking changes?

@ruflin ruflin merged commit dc0a125 into elastic:master Nov 16, 2017
@ruflin
Copy link
Member

ruflin commented Nov 16, 2017

Merged anyways, we can still do a follow up PR for the CHANGELOG entry.

@andrewkroh andrewkroh deleted the feature/mb/windows-service-dashboard branch January 17, 2018 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants