Movatterモバイル変換


[0]ホーム

URL:


Loading
  1. Elastic Docs/
  2. Reference/
  3. Ingestion tools/
  4. Elastic integrations/
  5. Kubernetes

audit-logs

Version1.84.1 (View all)
Subscription level
What's this?
Basic
Ingestion method(s)API, AWS CloudWatch, Azure Event Hub, File, GCP Pub/Sub
Minimum Kibana version(s)9.3.0
9.2.4
9.1.10

Audit-logs integration collects and parses Kubernetes audit logs.

Audit logs can be collected from managed Kubernetes services in cloud providers:

To enable these, configure the corresponding input with access credentials and the appropriate log stream or topic.

To collect audit logs from local k8s deployments, it requires access to the log files on each Kubernetes node where the audit logs are stored.This defaults to/var/log/kubernetes/kube-apiserver-audit.log.

{    "kubernetes": {        "audit": {            "auditID": "bcacfeaa-5ab5-48de-8bac-3a87d1474b6a",            "requestReceivedTimestamp": "2022-08-31T08:09:39.660940Z",            "level": "RequestResponse",            "kind": "Event",            "verb": "get",            "annotations": {                "authorization_k8s_io/decision": "allow",                "authorization_k8s_io/reason": "RBAC: allowed by ClusterRoleBinding \"system:public-info-viewer\" of ClusterRole \"system:public-info-viewer\" to Group \"system:unauthenticated\""            },            "userAgent": "kube-probe/1.24",            "requestURI": "/readyz",            "responseStatus": {                "metadata": {},                "code": 200            },            "stageTimestamp": "2022-08-31T08:09:39.662241Z",            "sourceIPs": [                "172.18.0.2"            ],            "apiVersion": "audit.k8s.io/v1",            "stage": "ResponseComplete",            "user": {                "groups": [                    "system:unauthenticated"                ],                "username": "system:anonymous"            }        }    },    "input": {        "type": "filestream"    },    "agent": {        "name": "kind-control-plane",        "id": "6e730a0c-7da5-48ff-b4c9-f6c63844975d",        "type": "filebeat",        "ephemeral_id": "d27511c8-9cd1-402c-8b1b-234abbd9dcae",        "version": "8.4.0"    },    "@timestamp": "2022-08-31T08:09:57.520Z",    "ecs": {        "version": "8.0.0"    },    "log": {        "file": {            "path": "/var/log/kubernetes/kube-apiserver-audit-1.log"        },        "offset": 20995    },    "data_stream": {        "namespace": "default",        "type": "logs",        "dataset": "kubernetes.audit_logs"    },    "elastic_agent": {        "id": "6e730a0c-7da5-48ff-b4c9-f6c63844975d",        "version": "8.4.0",        "snapshot": false    },    "event": {        "agent_id_status": "verified",        "ingested": "2022-08-31T08:09:58Z",        "dataset": "kubernetes.audit_logs"    }}
FieldDescriptionType
@timestampDate/time when the event originated. This is the date/time extracted from the event, typically representing when the event was generated by the source. If the event source has no original timestamp, this value is typically populated by the first time the event was received by the pipeline. Required field for all events.date
agent.ephemeral_idEphemeral identifier of this agent (if one exists). This id normally changes across restarts, butagent.id does not.keyword
agent.idUnique identifier of this agent (if one exists). Example: For Beats this would be beat.id.keyword
agent.nameCustom name of the agent. This is a name that can be given to an agent. This can be helpful if for example two Filebeat instances are running on the same host but a human readable separation is needed on which Filebeat instance data is coming from.keyword
agent.typeType of the agent. The agent type always stays the same and should be given by the agent used. In case of Filebeat the agent would always be Filebeat also if two Filebeat instances are run on the same machine.keyword
agent.versionVersion of the agent.keyword
azure.consumer_groupConsumer group.keyword
azure.enqueued_timeThe enqueued time.keyword
azure.eventhubEvent hub name.keyword
azure.offsetOffset.long
azure.partition_idPartition ID.keyword
azure.sequence_numberSequence number.long
client.ipIP address of the client (IPv4 or IPv6).ip
cloud.account.idThe cloud account or organization id used to identify different entities in a multi-tenant environment. Examples: AWS account id, Google Cloud ORG Id, or other unique identifier.keyword
cloud.availability_zoneAvailability zone in which this host, resource, or service is located.keyword
cloud.image.idImage ID for the cloud instance.keyword
cloud.instance.idInstance ID of the host machine.keyword
cloud.instance.nameInstance name of the host machine.keyword
cloud.machine.typeMachine type of the host machine.keyword
cloud.project.idThe cloud project identifier. Examples: Google Cloud Project id, Azure Project id.keyword
cloud.providerName of the cloud provider. Example values are aws, azure, gcp, or digitalocean.keyword
cloud.regionRegion in which this host, resource, or service is located.keyword
data_stream.datasetThe field can contain anything that makes sense to signify the source of the data. Examples includenginx.access,prometheus,endpoint etc. For data streams that otherwise fit, but that do not have dataset set we use the value "generic" for the dataset value.event.dataset should have the same value asdata_stream.dataset. Beyond the Elasticsearch data stream naming criteria noted above, thedataset value has additional restrictions: * Must not contain- * No longer than 100 charactersconstant_keyword
data_stream.namespaceA user defined namespace. Namespaces are useful to allow grouping of data. Many users already organize their indices this way, and the data stream naming scheme now provides this best practice as a default. Many users will populate this field withdefault. If no value is used, it falls back todefault. Beyond the Elasticsearch index naming criteria noted above,namespace value has the additional restrictions: * Must not contain- * No longer than 100 charactersconstant_keyword
data_stream.typeAn overarching type for the data stream. Currently allowed values are "logs" and "metrics". We expect to also add "traces" and "synthetics" in the near future.constant_keyword
ecs.versionECS version this event conforms to.ecs.version is a required field and must exist in all events. When querying across multiple indices -- which may conform to slightly different ECS versions -- this field lets integrations adjust to the schema version of the events.keyword
error.messageError message.match_only_text
event.actionThe action captured by the event. This describes the information in the event. It is more specific thanevent.category. Examples aregroup-add,process-started,file-created. The value is normally defined by the implementer.keyword
event.datasetName of the dataset. If an event source publishes more than one type of log or events (e.g. access log, error log), the dataset is used to specify which one the event comes from. It's recommended but not required to start the dataset name with the module name, followed by a dot, then the dataset name.keyword
event.ingestedTimestamp when an event arrived in the central data store. This is different from@timestamp, which is when the event originally occurred. It's also different fromevent.created, which is meant to capture the first time an agent saw the event. In normal conditions, assuming no tampering, the timestamps should chronologically look like this:@timestamp <event.created <event.ingested.date
event.kindThis is one of four ECS Categorization Fields, and indicates the highest level in the ECS category hierarchy.event.kind gives high-level information about what type of information the event contains, without being specific to the contents of the event. For example, values of this field distinguish alert events from metric events. The value of this field can be used to inform how these kinds of events should be handled. They may warrant different retention, different access control, it may also help understand whether the data is coming in at a regular interval or not.keyword
event.originalRaw text message of entire event. Used to demonstrate log integrity or where the full log message (before splitting it up in multiple parts) may be required, e.g. for reindex. This field is not indexed and doc_values are disabled. It cannot be searched, but it can be retrieved from_source. If users wish to override this and index this field, please seeField data types in theElasticsearch Reference.keyword
event.outcomeThis is one of four ECS Categorization Fields, and indicates the lowest level in the ECS category hierarchy.event.outcome simply denotes whether the event represents a success or a failure from the perspective of the entity that produced the event. Note that when a single transaction is described in multiple events, each event may populate different values ofevent.outcome, according to their perspective. Also note that in the case of a compound event (a single event that contains multiple logical events), this field should be populated with the value that best captures the overall success or failure from the perspective of the event producer. Further note that not all events will have an associated outcome. For example, this field is generally not populated for metric events, events withevent.type:info, or any events for which an outcome does not make logical sense.keyword
host.architectureOperating system architecture.keyword
host.containerizedIf the host is a container.boolean
host.domainName of the domain of which the host is a member. For example, on Windows this could be the host's Active Directory domain or NetBIOS domain name. For Linux this could be the domain of the host's LDAP provider.keyword
host.hostnameHostname of the host. It normally contains what thehostname command returns on the host machine.keyword
host.idUnique host id. As hostname is not always unique, use values that are meaningful in your environment. Example: The current usage ofbeat.name.keyword
host.ipHost ip addresses.ip
host.macHost MAC addresses. The notation format from RFC 7042 is suggested: Each octet (that is, 8-bit byte) is represented by two [uppercase] hexadecimal digits giving the value of the octet as an unsigned integer. Successive octets are separated by a hyphen.keyword
host.nameName of the host. It can contain what hostname returns on Unix systems, the fully qualified domain name (FQDN), or a name specified by the user. The recommended value is the lowercase FQDN of the host.keyword
host.os.buildOS build information.keyword
host.os.codenameOS codename, if any.keyword
host.os.familyOS family (such as redhat, debian, freebsd, windows).keyword
host.os.kernelOperating system kernel version as a raw string.keyword
host.os.nameOperating system name, without the version.keyword
host.os.name.textMulti-field ofhost.os.name.match_only_text
host.os.platformOperating system platform (such centos, ubuntu, windows).keyword
host.os.versionOperating system version as a raw string.keyword
host.typeType of host. For Cloud providers this can be the machine type liket2.medium. If vm, this could be the container, for example, or other information meaningful in your environment.keyword
input.typeType of input.keyword
kubernetes.audit.aks_metadata.categoryThe log category of the event being logged. Only for Azure AKS logs.keyword
kubernetes.audit.aks_metadata.container_idThe ID of the container that the event is logging. Only for Azure AKS logs.keyword
kubernetes.audit.aks_metadata.operation_nameThe name of the operation that the event is logging. Only for Azure AKS logs.keyword
kubernetes.audit.aks_metadata.podThe name of the pod that emitted the event. Only for Azure AKS logs.keyword
kubernetes.audit.aks_metadata.resource_idThe resource ID of the resource that emitted the event. Only for Azure AKS logs.keyword
kubernetes.audit.aks_metadata.service_buildThe build of the service that the event is logging. Only for Azure AKS logs.keyword
kubernetes.audit.aks_metadata.streamkeyword
kubernetes.audit.aks_metadata.timeThe timestamp (UTC) of the event being logged. Only for Azure AKS logs.date
kubernetes.audit.annotations.authorization_k8s_io/decisionkeyword
kubernetes.audit.annotations.authorization_k8s_io/reasontext
kubernetes.audit.annotations.pod-security_kubernetes_io/audit-violationstext
kubernetes.audit.apiVersionAudit event api versionkeyword
kubernetes.audit.auditIDUnique audit ID, generated for each requestkeyword
kubernetes.audit.impersonatedUser.extra.*Any additional information provided by the authenticatorobject
kubernetes.audit.impersonatedUser.groupsThe names of groups this user is a part ofkeyword
kubernetes.audit.impersonatedUser.uidA unique value that identifies this user across time. If this user is deleted and another user by the same name is added, they will have different UIDskeyword
kubernetes.audit.impersonatedUser.usernameThe name that uniquely identifies this user among all active userskeyword
kubernetes.audit.kindKind of the audit eventkeyword
kubernetes.audit.levelAuditLevel at which event was generatedkeyword
kubernetes.audit.logNamekeyword
kubernetes.audit.objectRef.apiGroupThe name of the API group that contains the referred object. The empty string represents the core API group.keyword
kubernetes.audit.objectRef.apiVersionThe version of the API group that contains the referred objectkeyword
kubernetes.audit.objectRef.namekeyword
kubernetes.audit.objectRef.namespacekeyword
kubernetes.audit.objectRef.resourcekeyword
kubernetes.audit.objectRef.resourceVersionkeyword
kubernetes.audit.objectRef.subresourcekeyword
kubernetes.audit.objectRef.uidkeyword
kubernetes.audit.operation.firstboolean
kubernetes.audit.operation.idkeyword
kubernetes.audit.operation.lastboolean
kubernetes.audit.operation.producerkeyword
kubernetes.audit.protoPayload.@typekeyword
kubernetes.audit.protoPayload.authenticationInfo.principalEmailkeyword
kubernetes.audit.protoPayload.authorizationInfo.grantedboolean
kubernetes.audit.protoPayload.authorizationInfo.permissionkeyword
kubernetes.audit.protoPayload.authorizationInfo.resourcekeyword
kubernetes.audit.protoPayload.methodNamekeyword
kubernetes.audit.protoPayload.requestMetadata.callerIpip
kubernetes.audit.protoPayload.requestMetadata.callerSuppliedUserAgentkeyword
kubernetes.audit.protoPayload.resourceNamekeyword
kubernetes.audit.protoPayload.serviceNamekeyword
kubernetes.audit.requestObject.roleRef.namekeyword
kubernetes.audit.requestObject.rulesnested
kubernetes.audit.requestObject.spec.containers.commandtext
kubernetes.audit.requestObject.spec.containers.imagekeyword
kubernetes.audit.requestObject.spec.containers.namekeyword
kubernetes.audit.requestObject.spec.containers.securityContext.allowPrivilegeEscalationboolean
kubernetes.audit.requestObject.spec.containers.securityContext.capabilities.addkeyword
kubernetes.audit.requestObject.spec.containers.securityContext.privilegedboolean
kubernetes.audit.requestObject.spec.containers.securityContext.procMountkeyword
kubernetes.audit.requestObject.spec.containers.securityContext.runAsGroupinteger
kubernetes.audit.requestObject.spec.containers.securityContext.runAsNonRootboolean
kubernetes.audit.requestObject.spec.containers.securityContext.runAsUserinteger
kubernetes.audit.requestObject.spec.containers.securityContext.seccompProfile.typekeyword
kubernetes.audit.requestObject.spec.containers.volumeMountsflattened
kubernetes.audit.requestObject.spec.hostIPCboolean
kubernetes.audit.requestObject.spec.hostNetworkboolean
kubernetes.audit.requestObject.spec.hostPIDboolean
kubernetes.audit.requestObject.spec.restartPolicykeyword
kubernetes.audit.requestObject.spec.securityContext.runAsGroupinteger
kubernetes.audit.requestObject.spec.securityContext.runAsNonRootboolean
kubernetes.audit.requestObject.spec.securityContext.runAsUserinteger
kubernetes.audit.requestObject.spec.serviceAccountNamekeyword
kubernetes.audit.requestObject.spec.typekeyword
kubernetes.audit.requestObject.spec.volumes.hostPathflattened
kubernetes.audit.requestReceivedTimestampTime the request reached the apiserverdate
kubernetes.audit.requestURIRequestURI is the request URI as sent by the client to a serverkeyword
kubernetes.audit.resource.labels.cluster_namekeyword
kubernetes.audit.resource.labels.locationkeyword
kubernetes.audit.resource.labels.project_idkeyword
kubernetes.audit.resource.typekeyword
kubernetes.audit.responseObject.roleRef.kindkeyword
kubernetes.audit.responseObject.rulesnested
kubernetes.audit.responseObject.spec.containers.securityContext.allowPrivilegeEscalationboolean
kubernetes.audit.responseObject.spec.containers.securityContext.privilegedboolean
kubernetes.audit.responseObject.spec.containers.securityContext.runAsUserinteger
kubernetes.audit.responseObject.spec.containers.volumeMountsflattened
kubernetes.audit.responseObject.spec.hostIPCboolean
kubernetes.audit.responseObject.spec.hostNetworkboolean
kubernetes.audit.responseObject.spec.hostPIDboolean
kubernetes.audit.responseObject.spec.restartPolicykeyword
kubernetes.audit.responseObject.spec.volumes.hostPathflattened
kubernetes.audit.responseStatus.codeSuggested HTTP return code for this status, 0 if not setinteger
kubernetes.audit.responseStatus.messageA human-readable description of the status of this operationtext
kubernetes.audit.responseStatus.reasonA machine-readable description of why this operation is in the "Failure" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override itkeyword
kubernetes.audit.responseStatus.statusStatus of the operationkeyword
kubernetes.audit.sourceIPsSource IPs, from where the request originated and intermediate proxiestext
kubernetes.audit.stageStage of the request handling when this event instance was generatedkeyword
kubernetes.audit.stageTimestampTime the request reached current audit stagedate
kubernetes.audit.user.extra.*Any additional information provided by the authenticatorobject
kubernetes.audit.user.groupsThe names of groups this user is a part ofkeyword
kubernetes.audit.user.uidA unique value that identifies this user across time. If this user is deleted and another user by the same name is added, they will have different UIDskeyword
kubernetes.audit.user.usernameThe name that uniquely identifies this user among all active userskeyword
kubernetes.audit.userAgentUserAgent records the user agent string reported by the client. Note that the UserAgent is provided by the client, and must not be trustedtext
kubernetes.audit.verbVerb is the kubernetes verb associated with the request. For non-resource requests, this is the lower-cased HTTP methodkeyword
log.file.device_idID of the device containing the filesystem where the file resides.keyword
log.file.fingerprintThe sha256 fingerprint identity of the file when fingerprinting is enabled.keyword
log.file.idxhiThe high-order part of a unique identifier that is associated with a file. (Windows-only)keyword
log.file.idxloThe low-order part of a unique identifier that is associated with a file. (Windows-only)keyword
log.file.inodeInode number of the log file.keyword
log.file.pathFull path to the log file this event came from, including the file name. It should include the drive letter, when appropriate. If the event wasn't read from a log file, do not populate this field.keyword
log.file.volThe serial number of the volume that contains a file. (Windows-only)keyword
log.offsetOffset of the entry in the log file.long
messageFor log events the message field contains the log message, optimized for viewing in a log viewer. For structured logs without an original message field, other fields can be concatenated to form a human-readable summary of the event. If multiple messages exist, they can be combined into one message.match_only_text
orchestrator.api_versionAPI version being used to carry out the actionkeyword
orchestrator.cluster.idUnique ID of the cluster.keyword
orchestrator.cluster.nameName of the cluster.keyword
orchestrator.namespaceNamespace in which the action is taking place.keyword
orchestrator.resource.nameName of the resource being acted upon.keyword
orchestrator.resource.typeType of resource being acted upon.keyword
orchestrator.typeOrchestrator cluster type (e.g. kubernetes, nomad or cloudfoundry).keyword
related.ipAll of the IPs seen on your event.ip
related.userAll the user names or other user identifiers seen on the event.keyword
source.ipIP address of the source (IPv4 or IPv6).ip
tagsList of keywords used to tag each event.keyword
user.idUnique identifier of the user.keyword
user.nameShort name or login of the user.keyword
user.name.textMulti-field ofuser.name.match_only_text
user_agent.originalUnparsed user_agent string.keyword
user_agent.original.textMulti-field ofuser_agent.original.match_only_text

This integration includes one or more Kibana dashboards that visualizes the data collected by the integration. The screenshots below illustrate how the ingested data is displayed.

Metricbeat Kubernetes Overview
Changelog
VersionDetailsMinimum Kibana version
1.84.1Bug fix (View pull request)
Add AWS authentication variables for CloudWatch input in audit_logs data stream and fix api_timeout variable name typo.
9.3.0
9.2.4
9.1.10
1.84.0Enhancement (View pull request)
Add kubernetes.container.status.last_terminated_exitcode field to the state_container data stream.
9.3.0
9.2.4
9.1.10
1.83.0Enhancement (View pull request)
Update the container logs documentation on how to ingest rotated logs, including GZIP-compressed logs.
9.0.0
8.15.0
1.82.1Bug fix (View pull request)
Fix field rename error in audit logs ingest pipeline.
9.0.0
8.15.0
1.82.0Enhancement (View pull request)
Allow to configure container_logs input id and update container logs documentation to include how to ingest rotated log files.
9.0.0
8.15.0
1.81.1Bug fix (View pull request)
Fix processing of Azure AKS audit logs.
9.0.0
8.15.0
1.81.0Enhancement (View pull request)
Support for collecting audit logs from cloud providers.
9.0.0
8.15.0
1.80.2Bug fix (View pull request)
Fixed typos in ssl node descriptions in manifest.yml files.
9.0.0
8.15.0
1.80.1Bug fix (View pull request)
Added description to ssl.certificate_authorities and ssl.verification_mode, including links to documentation.
9.0.0
8.15.0
1.80.0Enhancement (View pull request)
Add support for Kibana9.0.0
9.0.0
8.15.0
1.70.2Enhancement (View pull request)
Update the container logs documentation
8.15.0
1.70.1Bug fix (View pull request)
Fix kubernetes.pod.cpu.usage.nanocores unit
8.15.0
1.70.0Enhancement (View pull request)
Make fingerprint configurable
8.15.0
1.69.0Enhancement (View pull request)
Added datatype for audit log field annotations.pod-security_kubernetes_io/audit-violation
8.15.0
1.68.1Bug fix (View pull request)
Fix Overview dashboard Kibana id
8.15.0
1.68.0Enhancement (View pull request)
Use filestream fingerprint mode by default for container_logs datastream
8.15.0
1.67.0Enhancement (View pull request)
Add both pod.{cpu,memory}.usage.node.pct and pod.{cpu,memory}.usage.limit.pct metrics to the Overview dashboard
8.15.0
1.66.4Bug fix (View pull request)
Updating Cluster Overview Dashboard to use container.id as filter and replaced median functions from visualisations
8.15.0
1.66.3Enhancement (View pull request)
Updating mapping of the field groups to keyword in kubernetes.audit_logs
8.15.0
1.66.2Bug fix (View pull request)
Fixing missing processor block in kubernetes.audit_logs
8.15.0
1.66.1Bug fix (View pull request)
Fixing Title in Volumes Dashboard
8.15.0
1.66.0Enhancement (View pull request)
Adding Volume Usage per pod in Kubernetes Volume Dashboard
8.15.0
1.65.0Enhancement (View pull request)
Add last_terminated_timestamp metric to the kubernetes.state_container datastream
8.15.0
1.64.0Enhancement (View pull request)
Move namespace filter to the group level configuration
8.15.0
1.63.1Bug fix (View pull request)
Fix typo in kubernetes.audit ingest pipeline
8.15.0
1.63.0Enhancement (View pull request)
Add pod.status_reason and pod.status.ready_time fields to the state_pod datastream
8.15.0
1.62.1Bug fix (View pull request)
Fix kubernetes.audit ingest pipeline
8.14.0
1.62.0Enhancement (View pull request)
Add new mappings to the kubernetes.audit datastream
8.14.0
1.61.1Bug fix (View pull request)
Remove percent unit for pod memory metrics
8.14.0
1.61.0Enhancement (View pull request)
Remove deprecated fields and add missing status.last_terminated_reason metric
8.14.0
1.60.0Bug fix (View pull request)
UpdatingMemory used vs total memory andCores used vs total cores visualisations in Cluster Overview Dashboard
8.14.0
1.59.0Enhancement (View pull request)
Add metadata fields to state_namespace data stream.
8.14.0
1.58.0Enhancement (View pull request)
Migrate to format_version v3.
8.12.0
1.57.0Enhancement (View pull request)
Container logs preserve original content based on pod annotations.
8.12.0
1.56.0Enhancement (View pull request)
Add new fields to API server, state_node and persistent volume claim data streams.
8.12.0
1.55.1Enhancement (View pull request)
Modify the field definitions to reference ECS.
8.11.0
1.55.0Enhancement (View pull request)
Remove extra base fields from state data streams.
8.11.0
1.54.0Enhancement (View pull request)
Expand condition support to remaining inputs
8.11.0
1.53.0Enhancement (View pull request)
Update size of the metric visualizations
8.11.0
1.52.0Enhancement (View pull request)
Add new data stream state_namespace.
8.11.0
1.51.0Enhancement (View pull request)
MigrateDeployments dashboard visualizations to lens.
8.10.2
1.50.0Enhancement (View pull request)
MigrateCronjobs dashboard visualizations to lens
8.10.2
1.49.0Enhancement (View pull request)
MigrateDaemonSets dashboard visualizations to lens.
8.10.2
1.48.0Enhancement (View pull request)
MigrateStatefulSets dashboard visualizations to lens.
8.10.2
1.47.0Enhancement (View pull request)
MigrateJobs dashboard visualizations to lens.
8.10.2
1.46.0Enhancement (View pull request)
Adapt fields for changes in file system info
8.10.1
1.45.0Enhancement (View pull request)
Reroute container logs based on pod annotations.
8.10.0
1.44.0Enhancement (View pull request)
Introducing kubernetes.deployment.status.* metrics
8.10.0
1.43.1Enhancement (View pull request)
Updating index pattern for adHocDataviews for CCS use case
8.8.0
1.43.0Enhancement (View pull request)
Expand index pattern for adHocDataviews for CCS use case
8.8.0
1.42.0Enhancement (View pull request)
Add permissions to reroute events to logs-- for container_logs datastream
8.8.0
1.41.0Enhancement (View pull request)
Enable time series data streams for the metrics datasets. This improves storage usage and query performance. For more details, seehttps://www.elastic.co/guide/en/elasticsearch/reference/current/tsds.html
8.8.0
1.40.0Bug fix (View pull request)
Fix system tests for kubernetes integration for k8s v1.27.0
8.8.0
1.40.0-beta.2Bug fix (View pull request)
Fix volume dashboard.
1.40.0-beta.1Bug fix (View pull request)
Fix proxy and scheduler visualization with missing sort field.
1.40.0-betaEnhancement (View pull request)
Enable TSDS for metrics data_streams, except events for beta testing
1.39.0Enhancement (View pull request)
Remove container.name as a dimension.
8.6.1
1.38.1Enhancement (View pull request)
Switch max to last value on counter formulas and add missing sort field to proxy, controller manager and scheduler dashboard.
8.6.1
1.38.0Enhancement (View pull request)
Fix Pod dashboard and remove some visualisations from Api Server dashboard to support TSDB migration
8.6.1
1.37.0Enhancement (View pull request)
Update proxy, controller manager and scheduler dashboard to support TSDB.
8.6.1
1.36.0Enhancement (View pull request)
Add container.name dimension to container data stream
8.6.1
1.35.0Enhancement (View pull request)
Add NetworkUnavailable condition to state node
8.6.1
1.34.1Enhancement (View pull request)
Add support for TSDB on all metric data streams except the state ones
8.6.1
1.34.0Enhancement (View pull request)
Add support for TSDB on all state metric data streams
8.6.1
1.33.0Enhancement (View pull request)
Adddata_stream.dataset setting and custom yaml input.
8.6.1
1.32.2Enhancement (View pull request)
Added link to docs for condition filter
8.6.1
1.32.1Enhancement (View pull request)
Added categories and/or subcategories.
8.6.1
1.32.0Enhancement (View pull request)
Add documentation for how to install alerts
8.6.1
1.31.2Enhancement (View pull request)
Add system testing for state service datastream
8.6.1
1.31.1Enhancement (View pull request)
Update controller manager, proxy and scheduler metrics and dashboards
8.6.1
1.31.0Enhancement (View pull request)
Use datas_tream.dataset as pre filters for dashboards and remove tags
8.6.0
1.30.0Enhancement (View pull request)
Add missing namespace_uid and namespace_labels fields
8.6.0
1.29.2Bug fix (View pull request)
Fix function for memory node usage
8.5.0
1.29.1Bug fix (View pull request)
Fix removed condition setting for container_logs
8.5.0
1.29.0Bug fix (View pull request)
Remove "Control Plane" column from Node Information table
8.5.0
1.28.2Bug fix (View pull request)
Fix Pod Memory usage panel title
8.5.0
1.28.1Enhancement (View pull request)
Delete statefulset, job and cronjob visualizations from Cluster Overview dashboard
8.5.0
1.28.0Enhancement (View pull request)
Adding banner for Kube-state metrics
8.5.0
1.27.1Enhancement (View pull request)
Fix typo in cluster overview dashboard
8.5.0
1.27.0Enhancement (View pull request)
New cluster overview dashboard
8.5.0
1.26.0Enhancement (View pull request)
Addprocessors configuration option for Kubernetes data_streams
8.4.0
1.25.0Enhancement (View pull request)
Addcondition configuration option to container logs data stream
8.4.0
1.24.0Enhancement (View pull request)
Add fields to audit logs data stream
8.4.0
1.23.1Enhancement (View pull request)
Add missing dimension fields
8.4.0
1.23.0Enhancement (View pull request)
Add fields to audit logs data stream
8.4.0
1.22.1Enhancement (View pull request)
Fix overlapping fields in state_job data stream
8.4.0
1.22.0Enhancement (View pull request)
Update apiserver and controllermanaged deprecated fields and dashboards
8.4.0
1.21.2Bug fix (View pull request)
add container ID and pod name as part of Kubernetes Cotainer Logs filestream input
8.3.0
1.21.1Enhancement (View pull request)
improved the wording of the link to Kubernetes documentation
8.3.0
1.21.0Enhancement (View pull request)
Add new dashboards
8.3.0
1.20.0Enhancement (View pull request)
Change fields type for audit_logs data_stream to userequestObject andresponseObject fields of audit events. Disable dynamic mapping for audit_logs data_stream. Dropkubernetes.audit.responseObject.metadata andkubernetes.audit.requestObject.metadata
8.2.0
1.19.1Enhancement (View pull request)
Add documentation for volume field
8.2.0
1.19.0Enhancement (View pull request)
Add missed ecs fields
8.2.0
1.18.1Enhancement (View pull request)
Add documentation for multi-fields
8.2.0
1.18.0Enhancement (View pull request)
Fix k8s overview dashboard
8.2.0
1.17.3Bug fix (View pull request)
Remove incorrectly tagged boolean dimension
8.0.0
7.16.0
1.17.2Bug fix (View pull request)
Add missing metadata fields
8.0.0
7.16.0
1.17.1Enhancement (View pull request)
Improve default ndjson parser configuration
1.17.0Enhancement (View pull request)
Disable audit logs collection by default
1.16.0Enhancement (View pull request)
Documentation improvements
1.15.0Enhancement (View pull request)
Add ssl.certificate_authorities configuration
1.14.3Bug fix (View pull request)
Add missing job.name and cronjob.name fields to state_container datastream
1.14.2Bug fix (View pull request)
Add missing job.name and cronjob.name fields to container related datastreams
1.14.1Bug fix (View pull request)
Add missing job.name and cronjob.name fields added by metadata generators
1.14.0Enhancement (View pull request)
Tune state_metrics settings
1.13.0Enhancement (View pull request)
Update to ECS 8.0
1.12.0Enhancement (View pull request)
Expose add_recourse_metadata configuration option
1.11.0Enhancement (View pull request)
Add memory.working_set.limit.pct for pod and container data streams
1.10.0Enhancement (View pull request)
Add leader election in state_job data stream
1.9.0Enhancement (View pull request)
Add missing fields
8.0.0
7.16.0
1.8.1Bug fix (View pull request)
Set kubernetes.volume.fs.used.pct to scaled_float
8.0.0
7.16.0
1.8.0Enhancement (View pull request)
Support json logs parsing
8.0.0
7.16.0
1.7.0Enhancement (View pull request)
Add new audit logs data stream in kubernetes integration
8.0.0
7.16.0
1.6.0Enhancement (View pull request)
Add skip_older option for event datastream
8.0.0
7.16.0
1.5.0Enhancement (View pull request)
Revert Kubernetes namespace field breaking change
8.0.0
7.16.0
1.4.2Enhancement (View pull request)
Add dimension fields
1.4.1Enhancement (View pull request)
Remove overriding of index pattern on the Kubernetes overview dashboard
8.0.0
1.4.0Enhancement (View pull request)
Use filestream input for container_logs data stream
1.3.3Bug fix (View pull request)
Fix conditions of data_streams that are based on k8s labels & add condition in pipelines
1.3.2Enhancement (View pull request)
Set default host for proxy to localhost
1.3.1Enhancement (View pull request)
Uniform with guidelines
1.3.0Enhancement (View pull request)
Add container_logs ecs fields
1.2.1Bug fix (View pull request)
Update Kubernetes cluster_ip field type
1.2.0Enhancement (View pull request)
Update Kubernetes namespace field
1.1.1Bug fix (View pull request)
Update Kubernetes integration Readme
1.1.0Enhancement (View pull request)
Update to ECS 1.12.0
7.15.0
1.0.0Enhancement (View pull request)
Release Kubernetes as GA
0.14.1Enhancement (View pull request)
Update default host in kubernetes proxy data stream in kubernetes integration
0.14.0Enhancement (View pull request)
Add new container logs data stream in kubernetes integration
0.13.0Enhancement (View pull request)
Leverage dynamic kubernetes provider for controller and scheduler datastream
0.12.2Bug fix (View pull request)
Add missing field "kubernetes.daemonset.name" field for pod and container data streams
0.12.1Bug fix (View pull request)
Add missing cluster filter for "orchestrator.cluster.name" field in [Metrics Kubernetes] Overview dashboard and Dashboard section in the integration overview page
0.12.0Enhancement (View pull request)
Update kubernetes package ecs fields with orchestrator.cluster.url and orchestrator.cluster.name
0.11.1Enhancement (View pull request)
Escape special characters in docs
0.11.0Enhancement (View pull request)
Update documentation to fit mdx spec
0.10.0Enhancement (View pull request)
Update integration description
0.9.1Bug fix (View pull request)
Add missing field "kubernetes.daemonset.name" field for state_pod and state_container
0.9.0Enhancement (View pull request)
Enhance kubernetes package with state_job data stream
0.8.0Enhancement (View pull request)
Leverage leader election in kubernetes integration
0.7.0Enhancement (View pull request)
Add _meta information to Kubernetes fields
0.6.0Enhancement (View pull request)
Introduce kubernetes package granularity using input_groups
0.5.3Enhancement (View pull request)
Add missing field "kubernetes.statefulset.replicas.ready"
0.5.2Bug fix (View pull request)
Fix stack compatability
0.5.1Bug fix (View pull request)
Fix references to env variables
0.5.0Enhancement (View pull request)
Add missing field "kubernetes.selectors.*" and extra https settings for controllermanager and scheduler datastreams
0.4.5Enhancement (View pull request)
Add missing field "kubernetes.pod.ip"
0.4.4Enhancement (View pull request)
Updating package owner
0.4.3Bug fix (View pull request)
Correct sample event file.
0.4.2Bug fix (View pull request)
Change kibana.version constraint to be more conservative.
0.4.1Enhancement (View pull request)
Add missing fields
0.1.0Enhancement (View pull request)
initial release

[8]ページ先頭

©2009-2026 Movatter.jp