1. 예제

    

    1) 그래프에 1가지 항목만 표시

    .es(index=metricbeat-*, timefield='@timestamp', metric='avg:system.cpu.user.pct')

    index : 사용할 인덱스명, timefield : time 설정,  metric : 보고 싶은 항목 정의


    2) 그래프에 2가지 항목 표시

    .es(index=metricbeat-*, timefield='@timestamp', metric='avg:system.cpu.user.pct'), .es(offset=-1h,index=metricbeat-*, timefield='@timestamp', metric='avg:system.cpu.user.pct')


   3) 그래프 항목에 라벨을 같이 표시

    .es(offset=-1h,index=metricbeat-*, timefield='@timestamp', metric='avg:system.cpu.user.pct').label('last hour'), .es(index=metricbeat-*, timefield='@timestamp', metric='avg:system.cpu.user.pct').label('current hour')



'오픈소스 > Kibana' 카테고리의 다른 글

Visual tool중 markdown 설정  (0) 2016.08.10

+ Recent posts