Help getting started with SQlite integration in Kibana

Hello

I'm quite new on using elastic search and docker.
I've used the following references:
https://elk-docker.readthedocs.io/
https://www.elastic.co/guide/en/logstash/current/plugins-inputs-sqlite.html

I have the following Docker-file:

FROM sebp/elk:662
WORKDIR ${LOGSTASH_HOME}
RUN gosu logstash bin/logstash-plugin install logstash-input-sqlite

What do I need to do to be able to read the content of my SQlite .db file that I have stored localy?
I would like to be able to access the data in Kibana, so that I can make visualization of some statistic data.

Thanks in advance for any tips and trick to get me up and running on this.

Any ideas om how to get integration with the sqlite base from kibana, through logstash? Thanks!

Bump :slight_smile:

Does anyone have any suggestions on how to get further on this?
Am I the only one trying to integrate Kibana with data from a database? :thinking:

Bump.
Please let me know if there are any further information I should provide to solve this issue.

Thanks! :slight_smile:

Does anyone know how to integrate database values with kibana?
Or do you know if there is any other forum I should ask about this instead?

Thanks :slight_smile:

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