Why query result cannot be generated all data (csv) of specific days in Elastic Search

why query result cannot be generated all data (csv) of specific days in Elastic Search. For example, i searched for 15,16,17 July data, but only 17July can be generated and displayed in csv file

Welcome!

I have no idea about what you are talking about. Could you give more context?

  • I would like to generate query results of 15July , 16July and 17July . But after when viewing result in Elasticsearch, only 17 July can be viewed and the csv file generated are only 17 July also

  • How can the data of 3 days can be generated fully ?

Please provide more context and details by answering the following questions:

  • Which version of Elasticsearch and Kibana are you using?
  • What is the size of the index/indices holding data for the requested time period?
  • What is the average size of your documents?
  • How many records do you get exported when you generate the CSV file?
  • How are you configuring/specifying the export?

I am new to Elastic Search..

  • Which version of Elasticsearch and Kibana are you using? I need to check
  • What is the size of the index/indices holding data for the requested time period? Please advise me where to check the size of the index
  • What is the average size of your documents? just data of 3 days
  • How many records do you get exported when you generate the CSV file?just data of 3 days
  • How are you configuring/specifying the export? Just go to Discover > put the query in search bar with specific dates in dates filter and click "Share" with CSV file

Go into the Kibana console and query the cat indices API.

I asked about the average size of the JSON documents in the indices, not the period you are looking to extract. How many fields does each document on average have? What is the average size in bytes of the documents in JSON form?

What is the size of the file you managed to generate that only contained a subset of the data? How many records did you manage to get exported?

Go to Kibana console and query the cat indices API

May you please advise me the way to do that ? Here is my contact +852 53743962

thanks

Please have a look at the Kibana docs.

this can only be searched in Kibana console ?

About the size of the index <<< this can only searched in Kibana console ?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.