Given the server is running
I registered a component with id "parsingConfiguredComponent" and a metric {"regex" : "some action took (\d+) ms", "metric-key" : "a-numerical-metric"}
I do a POST with {"log" : "some action took 101 ms\nsome action took 101 ms"} to /components/parsingConfiguredComponent/logs on the LogReceiver port
the response should have statuscode 202
Given the server is running I registered a component with id "parsingConfiguredComponent" and a metric {"regex" : "some action took (\d+) ms", "metric-key" : "a-numerical-metric"} I do a POST with {"log" : "some action took 101 ms\nsome action took 101 ms"} to /components/parsingConfiguredComponent/logs on the LogReceiver port the response should have statuscode 202