Where do Kibana reports are saved ?
They get saved in Elasticsearch in a timestamped .reporting* index by default
Thanks Bargs.
i tried searching in elastic instance , not able to find. Is it hidden or is there a physical report in pdf format is saved in server? Please could you let me know. Thanks.
The actual PDF data is stored in Elasticsearch in the .reporting-[YYYY.MM.DD] index in the output.content
field in the esqueue
type.
Found it. Thanks