Back to Kibana

Kubernetes Security

x-pack/solutions/security/plugins/kubernetes_security/README.md

9.4.02.8 KB
Original Source

Kubernetes Security

This plugin provides interactive visualizations of your Kubernetes workload and session data.

Overview

Allow users to explore the data stream from k8s environment that being monitored by Elastic Agent(+ endpoint integration) in a session view with cloud and k8s context. For more context, see internal doc.

This plugin is currently being used as a part of Security Solution features under the /app/security/kubernetes page.

API

getKubernetesPage

Returns the kubernetes page. Parameters

PropertyDescriptionType
kubernetesSecurityDepsParameters objectobject

kubernetesSecurityDeps

PropertyDescriptionType
filterThe global filter component used across pages in KibanaReactNode
renderSessionsViewFunction to render sessions view tablefunction
indexPatternIndex pattern used for the data source in the Kubernetes pageobject
globalFilterIncludes query and timerange used for filteringobject

indexPattern

PropertyDescriptionType
fieldsA list of FieldSpecFieldSpec[] from @kbn/data-plugin/common
titleIndex pattern string representationstring

globalFilter

PropertyDescriptionType
filterQueryStringified Elasticsearch filter query. See doc.Optional, string
startDateStart date time of timerange filter, in ISO formatstring
endDateEnd date time of timerange filter, in ISO formatstring

Page preview