ELK (Elasticsearch + Kibana)

Category: Cloud Status: base

Connects to an Elasticsearch/Kibana stack. Manages Elasticsearch configuration files (e.g. Filebeat configs) and supports log pipeline registration.

Connection Settings

Field Default Description
path (empty) Path to the ELK configuration directory (kubeconfig-style path)

Authentication

Connection is file-path based. Authentication to the Elasticsearch cluster is embedded in the configuration files (e.g. Filebeat YAML with host/credentials).

Supported Actions

Required Setup

Requires the elasticsearch-dsl Python package:

pip install elasticsearch-dsl

External Links