Jump to content

Talk:Logstash

From Wikitech
Latest comment: 2 years ago by BryanDavis in topic is it really steaming?
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Creating Kibana dashboards with pretty URLs

In previous versions it was possible to define the URL for a dashboard, but not anymore. Kibana dashboards are Elasticsearch documents themselves, and the document ID is used as the URL - Elasticsearch allows specifying the ID, but Kibana does not expose that option through the GUI, so we end up with auto-generated IDs like b3dfa3d0-02e3-11e8-a13d-abb43f519a76. The simplest workaround seems to be to go to Management / Saved Objects, select the dashboard, export to file, delete the file, edit the _id field in the dashboard and import it. --tgr (talk) 00:28, 30 January 2018 (UTC)Reply

is it really steaming?

from the page...

Kafka

Apache Kafka is a distributed steaming system.

@NotScintillating: ha! Good catch. Hopefully fixed by Special:Diff/1946682. --BryanDavis (talk) 22:20, 3 February 2022 (UTC)Reply