This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
Kubernetes state_job metricset
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Kubernetes state_job metricset
editThis is the state_job metricset of the module kubernetes.
For a description of each field in the metricset, see the exported fields section.
Here is an example document generated by this metricset:
{ "@timestamp": "2019-03-01T08:05:34.853Z", "event": { "dataset": "kubernetes.job", "duration": 115000, "module": "kubernetes" }, "kubernetes": { "job": { "completions": { "desired": 1 }, "name": "hello-28564554", "owner": { "is_controller": "true", "kind": "CronJob", "name": "hello" }, "parallelism": { "desired": 1 }, "pods": { "active": 0, "failed": 0, "succeeded": 1 }, "status": { "complete": "true" }, "time": { "completed": "2024-04-23T11:54:02.000Z", "created": "2024-04-23T11:54:00.000Z" } }, "namespace": "default" }, "metricset": { "name": "state_job", "period": 10000 }, "service": { "address": "127.0.0.1:55555", "type": "kubernetes" } }