File tree 1 file changed +49
-3
lines changed
jobs/elasticsearch_dashboards/templates
1 file changed +49
-3
lines changed Original file line number Diff line number Diff line change 2824
2824
"refresh" : 2 ,
2825
2825
"type" : " interval"
2826
2826
},
2827
+ {
2828
+ "allValue" : " .*" ,
2829
+ "current" : {},
2830
+ "datasource" : " ${DS_PROMETHEUS}" ,
2831
+ "definition" : " label_values(elasticsearch_cluster_health_number_of_nodes,cluster)" ,
2832
+ "hide" : 0 ,
2833
+ "includeAll" : true ,
2834
+ "label" : " cluster" ,
2835
+ "multi" : false ,
2836
+ "name" : " cluster" ,
2837
+ "options" : [],
2838
+ "query" : " label_values(elasticsearch_cluster_health_number_of_nodes,cluster)" ,
2839
+ "refresh" : 1 ,
2840
+ "regex" : " " ,
2841
+ "skipUrlSync" : false ,
2842
+ "sort" : 0 ,
2843
+ "tagValuesQuery" : " " ,
2844
+ "tags" : [],
2845
+ "tagsQuery" : " " ,
2846
+ "type" : " query" ,
2847
+ "useTags" : false
2848
+ },
2849
+ {
2850
+ "allValue" : null ,
2851
+ "current" : {},
2852
+ "datasource" : " ${DS_PROMETHEUS}" ,
2853
+ "definition" : " label_values(elasticsearch_cluster_health_number_of_nodes{cluster=~\" ^$cluster$\" },instance)" ,
2854
+ "hide" : 2 ,
2855
+ "includeAll" : true ,
2856
+ "label" : " cinstance" ,
2857
+ "multi" : true ,
2858
+ "name" : " cinstance" ,
2859
+ "options" : [],
2860
+ "query" : " label_values(elasticsearch_cluster_health_number_of_nodes{cluster=~\" ^$cluster$\" },instance)" ,
2861
+ "refresh" : 1 ,
2862
+ "regex" : " " ,
2863
+ "skipUrlSync" : false ,
2864
+ "sort" : 0 ,
2865
+ "tagValuesQuery" : " " ,
2866
+ "tags" : [],
2867
+ "tagsQuery" : " " ,
2868
+ "type" : " query" ,
2869
+ "useTags" : false
2870
+ },
2827
2871
{
2828
2872
"allValue" : null ,
2829
- "current" : {},
2830
- "datasource" : " ${DS_PROMETHEUS}" ,
2873
+ "current" : {},
2874
+ "datasource" : " ${DS_PROMETHEUS}" ,
2875
+ "definition" : " label_values(elasticsearch_cluster_health_up{instance=~\" ^$cinstance$\" },instance)" ,
2831
2876
"hide" : 0 ,
2832
2877
"includeAll" : false ,
2833
2878
"label" : " Instance" ,
2834
2879
"multi" : false ,
2835
2880
"name" : " instance" ,
2836
2881
"options" : [],
2837
- "query" : " label_values(elasticsearch_cluster_health_up,instance)" ,
2882
+ "query" : " label_values(elasticsearch_cluster_health_up{instance=~ \" ^$cinstance$ \" } ,instance)" ,
2838
2883
"refresh" : 1 ,
2839
2884
"regex" : " " ,
2885
+ "skipUrlSync" : false ,
2840
2886
"sort" : 1 ,
2841
2887
"tagValuesQuery" : null ,
2842
2888
"tags" : [],
You can’t perform that action at this time.
0 commit comments