input {
file {
path => "C:/Users/zondol/data/example.csv.csv"
start_position => "beginning"
sincedb_path => "NUL"
}
}
filter {
csv {
separator => ";"
columns => [",Jan","Feb","March","April"]
}
}
output {
elasticsearch{
hosts => "http://localhost:9200"
index => "months"
document_type => "output_input_log"
}
stdout{codec => rubydebug}
}
![Visualize|690x269](upload://wspDnD4xhfBEcDR0I8QAzFBtnJb.png)
I want all these to be in coloumns .e.g Jan= col1