Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-21236

"Template App Elasticsearch Cluster by HTTP" item "ES: Get nodes stats" not supported

XMLWordPrintable

    • Icon: Problem report Problem report
    • Resolution: Unresolved
    • Icon: Trivial Trivial
    • None
    • None
    • Templates (T)
    • None

      Steps to reproduce:

      1. Setup big Elasticsearch cluster with 28 nodes 
      2. Assign template "Template App Elasticsearch Cluster by HTTP"

      Result:
      Item "ES: Get nodes stats" not supported cause json is 1.5M lines

      Expected:
      Item "ES: Get nodes stats" supported

      Solution:

      Use filter_path API parameter that can be used to reduce the response returned by Elasticsearch. Json shrink to 13K lines.

       

      /_nodes/stats?filter_path=nodes.*.name,nodes.*.jvm,nodes.*.indices,nodes.*.thread_pool,nodes.*.fs,nodes.*.http.current_open,nodes.*.http.total_opened

       

            zit Zabbix Integration Team
            alexander_a Alexander
            Team INT
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: