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

Proposal - host.os.kernel #60

Closed
andrewkroh opened this issue Jul 30, 2018 · 1 comment
Closed

Proposal - host.os.kernel #60

andrewkroh opened this issue Jul 30, 2018 · 1 comment
Labels

Comments

@andrewkroh
Copy link
Member

I propose adding a field for reporting the OS the kernel version under host.os.kernel.

Example values:

  • linux: 4.4.0-112-generic
  • windows: 6.3.9600.19000 (winblue_ltsb.180410-0600) (taken from the FileVersion value on ntoskrnl.exe)
  • darwin: 16.7.0
@ruflin
Copy link
Member

ruflin commented Aug 2, 2018

++

@andrewkroh Do you want to open a PR?

andrewkroh added a commit to andrewkroh/ecs that referenced this issue Aug 3, 2018
host.os.kernel contains the raw kernel version.

Example values:
- linux: `4.4.0-112-generic`
- windows: `6.3.9600.19000 (winblue_ltsb.180410-0600)` (taken from the FileVersion value on ntoskrnl.exe)
- darwin: `16.7.0`

Closes elastic#60
@ruflin ruflin closed this as completed in #65 Aug 7, 2018
ruflin pushed a commit that referenced this issue Aug 7, 2018
host.os.kernel contains the raw kernel version.

Example values:
- linux: `4.4.0-112-generic`
- windows: `6.3.9600.19000 (winblue_ltsb.180410-0600)` (taken from the FileVersion value on ntoskrnl.exe)
- darwin: `16.7.0`

Closes #60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants