Skip to content

Latest commit

 

History

History

kibana

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

kibana

The following dashboards are provided for use with data from the Telegraf kibana input.

Kibana: Performance

Kibana: Performance

Telegraf Input Configuration

The following input plugin configuration is required to provide the data for these dashboards.

[[inputs.kibana]]
  servers = ["http://192.0.2.11:5601"]
  timeout = "5s"

  username = "elastic"
  password = "changeme"

  # tls_ca = "/etc/telegraf/ca.pem"
  # tls_cert = "/etc/telegraf/cert.pem"
  # tls_key = "/etc/telegraf/key.pem"
  # insecure_skip_verify = false