Hi
I am importing some IP data stored in CSV into ELK using Logstash. When I view the data in Kibana however the columns are all over the place and they are formatted fine in the CSV?
Kibana Screenshot
Does ELK struggle with Blank cells or special charters???
Logstash Config:
else if [path] == "C:/ProgramData/FDA/output/processed/OSINT.csv"{
csv {
separator => ","
columns => ["city", "region_code", "os", "ip", "isp", "area_code","dma_code", "last_update", "country_code3", "country_name", "hostnames", "postal_code", "longitude", "country_code", "ip_str", "latitude", "org"]
}
}
CSV data
Any Ideas?