Skip to content

Commit

Permalink
Look at that, field type gets pulled automatically too.
Browse files Browse the repository at this point in the history
DRY YAML FTW!
  • Loading branch information
Mathieu Martin committed Oct 1, 2018
1 parent d44094b commit 0d30e2d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions use-cases/kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,14 @@ fields:
fields:

- name: id
type: keyword
example: fdbef803fa2b

- name: name
type: keyword

- name: host
fields:

- name: name
type: keyword
example: kube-high-cpu-42

- name: kubernetes
Expand Down
3 changes: 0 additions & 3 deletions use-cases/tls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,14 @@ fields:
- name: source
fields:
- name: ip
type: ip
example: 10.1.1.10

- name: destination
fields:
- name: ip
type: ip
example: 5.5.5.5

- name: port
type: long
example: 443

- name: tls
Expand Down

0 comments on commit 0d30e2d

Please sign in to comment.