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

Fix exmple typo in process.yml #464

Merged
merged 2 commits into from
May 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/field-details.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2137,7 +2137,7 @@ type: long

type: long


example: `ssh`

| core

Expand Down
1 change: 1 addition & 0 deletions generated/beats/fields.ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1597,6 +1597,7 @@
level: core
type: long
description: Process id.
example: ssh
- name: ppid
level: extended
type: long
Expand Down
2 changes: 1 addition & 1 deletion generated/csv/fields.csv
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ process.args,keyword,extended,"['ssh', '-l', 'user', '10.0.0.16']",1.1.0-dev
process.executable,keyword,extended,/usr/bin/ssh,1.1.0-dev
process.name,keyword,extended,ssh,1.1.0-dev
process.pgid,long,extended,,1.1.0-dev
process.pid,long,core,,1.1.0-dev
process.pid,long,core,ssh,1.1.0-dev
process.ppid,long,extended,,1.1.0-dev
process.start,date,extended,2016-05-23T08:05:34.853Z,1.1.0-dev
process.thread.id,long,extended,4242,1.1.0-dev
Expand Down
2 changes: 1 addition & 1 deletion generated/ecs/ecs_flat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2257,7 +2257,7 @@ process.pgid:
type: long
process.pid:
description: Process id.
exmple: ssh
example: ssh
flat_name: process.pid
level: core
name: pid
Expand Down
2 changes: 1 addition & 1 deletion generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2569,7 +2569,7 @@ process:
type: long
pid:
description: Process id.
exmple: ssh
example: ssh
flat_name: process.pid
level: core
name: pid
Expand Down
2 changes: 1 addition & 1 deletion schemas/process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
type: long
description: >
Process id.
exmple: ssh
example: ssh

- name: name
level: extended
Expand Down