mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
22 lines
No EOL
999 B
Text
22 lines
No EOL
999 B
Text
[role="xpack"]
|
|
[[logstash-configuration-management-api]]
|
|
== Logstash Configuration Management API
|
|
|
|
The Logstash configuration management API allows users to programmatically integrate with the
|
|
Logstash configuration management feature.
|
|
|
|
Traditionally users would perform this integration by accessing the the `.logstash` index
|
|
directly. *Do not do this!* The structure of this index is subject to change, which could
|
|
cause your integration to break. Instead, use the following API.
|
|
|
|
NOTE: You cannot access these endpoints via the Console in Kibana.
|
|
|
|
* <<logstash-configuration-management-api-create>>
|
|
* <<logstash-configuration-management-api-retrieve>>
|
|
* <<logstash-configuration-management-api-delete>>
|
|
* <<logstash-configuration-management-api-list>>
|
|
|
|
include::logstash-configuration-management/create.asciidoc[]
|
|
include::logstash-configuration-management/retrieve.asciidoc[]
|
|
include::logstash-configuration-management/delete.asciidoc[]
|
|
include::logstash-configuration-management/list.asciidoc[] |