Import a csv, ndjson or log file not showing in Kibana

Hello,

I am using Kibana 7.3.2 and Elastic 7.3.2 to visualize some data but I cannot see the option to "import a csv ndjson or log file"

Thank you,

Are you using the OSS version of Kibana? You need the free basic license in order to have access to the Data Visualizer which does the CSV import.

You can import CSV files using logstash not only kibana if you cannot use the csv import feature.

You need to define your pipelines of csv configs in the pipelines.yml and in the csv configs you need to map each csv column to a variable.

Logstash ingests to kibana csv files and logs with ease but the ingestion is done line by line not column by column

Hope this helps
Hope this helps

Thank you for your reply. As far as I understood both oss and free basic license are the same?
Also I used to have this version installed before and I had access to the import data functionality

OSS doesn't contain all the features as the basic one. You can check the differences here: https://www.elastic.co/subscriptions

Both options leads to the same download page. Is there a way to choose which version on the download page?

You need to pick Kibana-OSS from the list if you want OSS.
This is the link to it: https://www.elastic.co/downloads/kibana-oss
And the one you posted is the correct one, that you need for having access to data visualizer as it comes with the basic license.

1 Like

Thank you Marius.

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