Export to csv/excel from kibana

后端 未结 4 456
[愿得一人]
[愿得一人] 2020-12-28 12:19

I am building a proof of concept using Elasticsearch Logstash and Kibana for one of my projects. I have the dashboard with the graphs working without any issue. One of the r

4条回答
  •  生来不讨喜
    2020-12-28 12:26

    FYI : How to download data in CSV from Kibana:

    In Kibana--> 1. Go to 'Discover' in left side

    1. Select Index Field (based on your dashboard data) (*** In case if you are not sure which index to select-->go to management tab-->Saved Objects-->Dashboard-->select dashboard name-->scroll down to JSON-->you will see the Index name )

    2. left side you see all the variables available in the data-->click over the variable name that you want to have in csv-->click add-->this variable will be added on the right side of the columns avaliable

    3. Top right section of the kibana-->there is the time filter-->click -->select the duration for which you want the csv

    4. Top upper right -->Reporting-->save this time/variable selection with a new report-->click generate CSV

    5. Go to 'Management' in left side--> 'Reporting'-->download your csv

提交回复
热议问题