Export the result of an SQL query

Hi ,

It is possible to export the result of a SQL query made in the dev tool in a visualization or a file

Thanks and Regards

Hello Gregory,

You could use the 'Copy as cUrl' under the wrench next to the query of interest. Paste the cUrl in bash and then output to any file, something like <your query's cUrl> > queryOutputFile

Thanks,
Aaron

Hello @Aaron_Caldwell

Thanks for your answer,
Yes i knew this method but the goal is to expose the result to the user.

the ideal process is :
I create the request and a kibana user can export the result of that request like the data of a data-table

is it possible with a SQL query ?

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