Hi the Created the Config as below.
usecase.config:
input {
file {
path => "C:\ElasticStack\UseCase_Karthi.csv"
start_position => "beginning"
}
}
filter {
csv {
separator => ","
columns => ["Use case number","Project-ID","Delivery BU","Practice Unit","Account","Project Name","Run or Change","Use case source","Use cases","Use case description","Use case category","Tools/Solutions Suggested","Target FTE","Use case added to Engagement tracker","Use case implementation month-(MMM-YY)","Status","Additional remarks","Internal Automation SPOC"]
}
}
output {
elasticsearch {
hosts => "http://172.29.203.49:9200"
index => "wallet-address-index1"
}
stdout {}
}
i didnt get any error while ruinning the logstash,
logstash -f usecase.config.
but when i check the index in Kibana i am not able to find the index.