3

I am some log data stored in log files. I cannot export it to elastic search. Is there a way I can directly use these log files to visualise graphs in Kibana?

Sandy
  • 2,253
  • 6
  • 24
  • 33

1 Answers1

2

No.

Kibana is an open source analytics and visualization platform designed to work with Elasticsearch. You use Kibana to search, view, and interact with data stored in Elasticsearch indices.

Instead of Kibana use any of these: How do you visualize logfiles in realtime?

Community
  • 1
  • 1
jijinp
  • 2,592
  • 1
  • 13
  • 15