Skip to content

Commit

Permalink
Fix exmple typo in process.yml (elastic#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Martin committed May 24, 2019
1 parent 932390d commit f0e21f2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/field-details.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2035,7 +2035,7 @@ example: `ssh`

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 @@ -1517,6 +1517,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 @@ -194,7 +194,7 @@ os.version,keyword,extended,10.14.1,1.0.1
process.args,keyword,extended,"['ssh', '-l', 'user', '10.0.0.16']",1.0.1
process.executable,keyword,extended,/usr/bin/ssh,1.0.1
process.name,keyword,extended,ssh,1.0.1
process.pid,long,core,,1.0.1
process.pid,long,core,ssh,1.0.1
process.ppid,long,extended,,1.0.1
process.start,date,extended,2016-05-23T08:05:34.853Z,1.0.1
process.thread.id,long,extended,4242,1.0.1
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 @@ -2147,7 +2147,7 @@ process.name:
type: keyword
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 @@ -2457,7 +2457,7 @@ process:
type: keyword
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

0 comments on commit f0e21f2

Please sign in to comment.