iT邦幫忙

2018 iT 邦幫忙鐵人賽
DAY 15
0
自我挑戰組

成長型維運平台 - 單人新手到多人團隊都適用的工具系列 第 17

3-6.監控工具之三:Elastic + Telegraf

  • 分享至 

  • xImage
  •  
  1. Telegraf install
yum install telegraf
vi /etc/telegraf/telegraf.conf

設定intput,output路徑

[[outputs.elasticsearch]]
urls = ["http://x.x.x.x:9200"]
index_name = “telegraf-%Y.%m.%d"
telegraf –config telegraf.conf
[[inputs.elasticsearch]]
servers = ["http://x.x.x.x:9200"]
cluster_health = true
cluster_stats = true

連接conf

telegraf –config telegraf.conf
  1. elasticsearch加上index

  2. Telegraf 監控的詳細名稱對應
    Elasticsearcher的資料從api出來的資料,例如ClusterHealth
    x.x.x.x:9200/_cluster/health?level=indices

可以去github plugins查名稱對應,例如查找字串number_of_nodes,取出後面數值,放到NumberOfNodes

Json存放資料格式

在kibana 內 Dev Tools ,可以測試指令api端口,Grafana 內 Metrics 也是利用api呼叫,Query與Script對應到底下兩個紅框

Grafana顯示儀表


上一篇
3-5.監控工具之三:Elastic + Wazuh
下一篇
4-1.應用:透過Jenkins執行F5下線 (上)
系列文
成長型維運平台 - 單人新手到多人團隊都適用的工具27
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言