Replies: 1 comment
-
For the record, this
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Folks,
I get an event like this from Windows Events:
[959] winlog.0: [1680276314.533750700, {"RecordNumber"=>17676, "TimeGenerated"=>"2023-03-31 12:53:00 +0000", "TimeWritten"=>"2023-03-31 12:53:00 +0000", "EventID"=>0, "Qualifiers"=>0, "EventType"=>"Information", "EventCategory"=>0, "Channel"=>"Application", "SourceName"=>"application", "ComputerName"=>"ip-0A0007FC", "Data"=>"", "Sid"=>"", "Message"=>"", "StringInserts"=>["2023-03-31T12:53:00.000Z VTEXKpi,pci,i-06e931a0cec6c8999,default,"RouteStats",0.00,1,0.00,0.00,-,2.0.1.0 routeName="FakePaymentProviderApiController.SettlePayment" statusCode="200" method="POST" environment="gtw-env-beta" "], "vtex.search_index"=>"pci_dev", "host"=>"i-06e931a0cec6c8999"}]
With an filter like this:
I see the string method="POST" in the StringInserts record, but why the record method=>"POST" is not created? Did i miss something? Is ia bug?
Please help!
Beta Was this translation helpful? Give feedback.
All reactions