kibana/x-pack/plugins/kubernetes_security
Alejandro Fernández Haro fd09c26d15
async-import plugins in the server side (#170856)
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2023-11-15 00:55:56 -07:00
..
common [D4C] beta labels removed from k8s dashboard and tty output feature. (#162094) 2023-08-04 13:34:30 -07:00
public [testing] replace testing-library/dom package with testing-library/react (#170594) 2023-11-08 15:53:48 +01:00
server async-import plugins in the server side (#170856) 2023-11-15 00:55:56 -07:00
.eslintrc.json
jest.config.js
kibana.jsonc [Cloud Security] CODEOWNERS update (#164522) 2023-08-23 09:57:45 -07:00
package.json [packages] migrate all plugins to packages (#148130) 2023-02-08 21:06:50 -06:00
README.md Add readme for kubernetes security (#138663) 2022-09-01 07:18:23 +09:30
tsconfig.json k8s dashboard routes now versioned. types consolidated as v1. (#159359) 2023-06-13 09:27:39 -07:00

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

Property Description Type
kubernetesSecurityDeps Parameters object object

kubernetesSecurityDeps

Property Description Type
filter The global filter component used across pages in Kibana ReactNode
renderSessionsView Function to render sessions view table function
indexPattern Index pattern used for the data source in the Kubernetes page object
globalFilter Includes query and timerange used for filtering object

indexPattern

Property Description Type
fields A list of FieldSpec FieldSpec[] from @kbn/data-plugin/common
title Index pattern string representation string

globalFilter

Property Description Type
filterQuery Stringified Elasticsearch filter query. See doc. Optional, string
startDate Start date time of timerange filter, in ISO format string
endDate End date time of timerange filter, in ISO format string

Page preview

preview