Logstash filter logs config

I have config ELK and i tried setup the logs for servers logstash config is not working properly

this is my log format, can we help me to setup a conf file. (filter)

W, [2020-03-17T09:51:25.615545 #20973] WARN -- : [cv-p] POST 200 49.149.135.78 /products/5e709a9db5e24751ed0006a9/variant_options.js parameters={"utf8"=>"✓", "authenticity_token"=>"FsUsb5yGouGOT12xBqoWjXJEKYiTxPPiM+ple57LfuO1ylyV5WETDVA6gvmR/5REyTy5+gjwTAoghsXXuSOR6w==", "product_listing_id"=>"5e709a9db5e24751ed0006b6", "add_another_option"=>"true", "variant_option"=>{"name"=>"", "values"=>[""]}, "commit"=>"Save", "product_id"=>"5e709a9db5e24751ed0006a9"} (app:43ms db:0ms)
I, [2020-03-17T09:51:29.937994 #20973] INFO -- : [cv-p] Started GET "/manifests" for 96.250.121.162 at 2020-03-17 09:51:29 +0000
I, [2020-03-17T09:51:29.938763 #20973] INFO -- : [cv-p] Processing by ManifestsController#index as HTML
I, [2020-03-17T09:51:30.083439 #20973] INFO -- : [cv-p] Completed 200 OK in 145ms (Views: 76.3ms)
W, [2020-03-17T09:51:30.083578 #20973] WARN -- : [cv-p] GET 200 96.250.121.162 /manifests (app:76ms db:0ms)
I, [2020-03-17T09:51:43.939669 #20973] INFO -- : [cv-p] Started GET "/orders?utf8=%E2%9C%93&order%5Bquery%5D=&order%5Bfrom%5D=2020-03-06&order%5Bto%5D=2020-03-09&daterange=03%2F06%2F2020+-+03%2F09%2F2020&order%5Bmarketplace_account_id%5D=0&order%5Bcached_order_status%5D=awaiting_shipment&order%5Btags_array%5D%5B%5D=&commit=Search" for 108.44.39.125 at 2020-03-17 09:51:43 +0000
I, [2020-03-17T09:51:43.940567 #20973] INFO -- : [cv-p] Processing by OrdersController#index as HTML
I, [2020-03-17T09:51:43.940651 #20973] INFO -- : [cv-p] Parameters: {"utf8"=>"✓", "order"=>{"query"=>"", "from"=>"2020-03-06", "to"=>"2020-03-09", "marketplace_account_id"=>"0", "cached_order_status"=>"awaiting_shipment", "tags_array"=>[""]}, "daterange"=>"03/06/2020 - 03/09/2020", "commit"=>"Search"}
I, [2020-03-17T09:51:44.143432 #20973] INFO -- : [cv-p] Completed 200 OK in 203ms (Views: 21.8ms | Searchkick: 5.3ms)
W, [2020-03-17T09:51:44.143628 #20973] WARN -- : [cv-p] GET 200 108.44.39.125 /orders parameters={"utf8"=>"✓", "order"=>{"query"=>"", "from"=>"2020-03-06", "to"=>"2020-03-09", "marketplace_account_id"=>"0", "cached_order_status"=>"awaiting_shipment", "tags_array"=>[""]}, "daterange"=>"03/06/2020 - 03/09/2020", "commit"=>"Search"} (app:21ms db:0ms)
I, [2020-03-17T09:51:58.737961 #20973] INFO -- : [cv-p] Started POST "/products/5e709a9db5e24751ed0006a9/variant_options.js" for 49.149.135.78 at 2020-03-17 09:51:58 +0000
I, [2020-03-17T09:51:58.739277 #20973] INFO -- : [cv-p] Processing by VariantOptionsController#create as JS
I, [2020-03-17T09:51:58.739468 #20973] INFO -- : [cv-p] Parameters: {"utf8"=>"✓", "authenticity_token"=>"kyHNN3g4L/Y6vP+Smj0duQKk5xczg/VPvZiTc51kKSMwLr3NAd+eGuTJINoNaJ9wudx3Zai3Sqeu9DPfuozGKw==", "product_listing_id"=>"5e709a9db5e24751ed0006b6", "add_another_option"=>"false", "variant_option"=>{"name"=>"Pack of", "values"=>["", "2", "3", "5", "10"]}, "commit"=>"Save", "product_id"=>"5e709a9db5e24751ed0006a9"}
I, [2020-03-17T09:51:59.251163 #20973] INFO -- : [cv-p] Completed 200 OK in 512ms (Views: 116.9ms)
W, [2020-03-17T09:51:59.251340 #20973] WARN -- : [cv-p] POST 200 49.149.135.78 /products/5e709a9db5e24751ed0006a9/variant_options.js parameters={"utf8"=>"✓", "authenticity_token"=>"kyHNN3g4L/Y6vP+Smj0duQKk5xczg/VPvZiTc51kKSMwLr3NAd+eGuTJINoNaJ9wudx3Zai3Sqeu9DPfuozGKw==", "product_listing_id"=>"5e709a9db5e24751ed0006b6", "add_another_option"=>"false", "variant_option"=>{"name"=>"Pack of", "values"=>["", "2", "3", "5", "10"]}, "commit"=>"Save", "product_id"=>"5e709a9db5e24751ed0006a9"} (app:116ms db:0ms)

What have you tried and what, specifically, does "not working properly" mean.

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