kibana/x-pack/plugins/kubernetes_security
Karl Godard a95abde2be
[Cloud Security] CODEOWNERS update (#164522)
## Summary

This fixes some missed spots when I changed CODEOWNERS in this PR:
https://github.com/elastic/kibana/pull/164122

Forgot to update all the kibana.jsonc files, so CI overwrote my changes
in CODEOWNERS :)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2023-08-23 09:57:45 -07:00
..
common [D4C] beta labels removed from k8s dashboard and tty output feature. (#162094) 2023-08-04 13:34:30 -07:00
public [D4C] beta labels removed from k8s dashboard and tty output feature. (#162094) 2023-08-04 13:34:30 -07:00
server k8s dashboard routes now versioned. types consolidated as v1. (#159359) 2023-06-13 09:27:39 -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