Skip to content

Commit

Permalink
[metricbeat] Update field docs for state_job
Browse files Browse the repository at this point in the history
  • Loading branch information
ninaspitfire committed Jun 30, 2021
1 parent 95d96e1 commit 618705f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -36883,7 +36883,7 @@ type: keyword
*`kubernetes.job.owner.kind`*::
+
--
The kind of resource that owns this job (eg. "Cronjob")
The kind of resource that owns this job (eg. "CronJob")


type: keyword
Expand All @@ -36893,7 +36893,7 @@ type: keyword
*`kubernetes.job.owner.is_controller`*::
+
--
Owner is controller ("true" or "false")
Owner is controller ("true", "false", or "<none>")


type: keyword
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/kubernetes/fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions metricbeat/module/kubernetes/state_job/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@
- name: kind
type: keyword
description: >
The kind of resource that owns this job (eg. "Cronjob")
The kind of resource that owns this job (eg. "CronJob")
- name: is_controller
type: keyword
description: >
Owner is controller ("true" or "false")
Owner is controller ("true", "false", or "<none>")
- name: status
type: group
description: >
Expand Down

0 comments on commit 618705f

Please sign in to comment.