Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Export json results to file or elasticsearch #303

Closed
dadoonet opened this issue Jul 30, 2013 · 13 comments
Closed

[Feature Request] Export json results to file or elasticsearch #303

dadoonet opened this issue Jul 30, 2013 · 13 comments

Comments

@dadoonet
Copy link
Member

Hey @rashidkpc,

I met some people who asked if you could support a per panel save button?

Idea behind this is to be able to take snapshots of rendered panels and store them somewhere as aggregated computed values.
It could help then to remove data from the cluster but always be able to reload old computed values for a given dashboard.

It could be done globally (exporting the whole dashboard values in ES) or panel per panel for a future reuse outside Kibana.

@rashidkpc
Copy link
Contributor

Per panel is probably the only nice way to do this. I wonder if it would make sense to add this as a button to the Inspector panel? Maybe a button on the top to "run this query and export"?

Is the idea to be able to re-render the data in Kibana, or just to be able to export the Elasticsearch response? The later is fairly simple, for former would require a bit of thought.

@dadoonet
Copy link
Member Author

First need given by the user was to export it as a file to render it then outside Kibana. I added my own thoughts then ;-)

@dadoonet dadoonet mentioned this issue Aug 7, 2013
@kossmoboleat
Copy link

This feature would be really useful for us too. We have a use case where a remote logstash installation would be used by someone to select relevant data, that would then be sent to us to check for possible problems.

Unfortunately these guys do not allow remote access on their systems and there is no direct way for accessing the logs. It would already be a lot of help if we could get result from elastic search, that we could import in our own elastic search for analysis. Ideally we would also like to import it directly from a file in the kibana interface.

@ghost
Copy link

ghost commented Aug 6, 2014

any updates on this ?

@spalger
Copy link
Contributor

spalger commented Oct 6, 2014

This is doable now with Kibana 4.

image

Enjoy!

@spalger spalger closed this as completed Oct 6, 2014
@marian09
Copy link

This doesn't works, the button export doesn't nothing

@spalger
Copy link
Contributor

spalger commented Jan 26, 2015

@marian09 which version of Kibana 4 are you using? It works in master and will definitely work.

@marian09
Copy link

kibana-4.2.0.0-BETA2

@marian09
Copy link

I donwloaded rigth now kibana-4.0.0-beta3 and I used this to export csv and works good...thanks

@marian09
Copy link

@spenceralger a question, is posible change the names of the axis in the charts?

@erlkonig
Copy link

erlkonig commented Feb 5, 2016

When I use the Raw or Formatted, the results are only "@timestamp_per_day" and "Count" values, but what I'm looking for is to be able to save the full version of each record returned by the (unpaged, full) search. Can we Save Kibana search results locally as JSON (or less optimally, CSV)?

@spalger
Copy link
Contributor

spalger commented Feb 5, 2016

@erlkonig what you are looking for is #205

@chrisdietr
Copy link

Hello,
I have 150.000 results for an export. Can I get all results via Kibana or do I need to create a request via the command line?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants