imsanjoykb / Data-Science-Regular-Bootcamp

Regular practice on Data Science, Machien Learning, Deep Learning, Solving ML Project problem, Analytical Issue. Regular boost up my knowledge. The goal is to help learner with learning resource on Data Science filed.
https://imsanjoykb.github.io/
MIT License
105 stars 40 forks source link

ELK Install #41

Open imsanjoykb opened 3 years ago

imsanjoykb commented 3 years ago

input{ file{ path => "C:/Users/imsanjoykb/aggreagaged.csv" start_position => "beginning" sincedb_path => "NULL" } } filter{ csv{ separator=>"," columns => ["id","discover_time","sector","url","ip","brand","asn_name","page_language","host","domain","tld","country_code","country_name","asn","status","threat","score","feed_name","ID"] } } output{ elasticsearch{ hosts => "http://localhost:9200" index => "jarvis_agg_update_data" } stdout{} }