You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the Technical Preview data stream in the Logstash Metrics integration. None of the stats pulled by the API are being indexed to Elasticsearch. If I make the same call to the API using curl, I am getting the expected results.
Here's an example from my dashboard, same results regardless of how far back I search.
When I search data_stream.dataset: logstash.node every single event is including
error.message:failed eval: ERROR: <input>:33:4: no such overload: drop
This looks like it's originating at the end of packages/logstash/data_stream/node_cel/agent/stream/cel.yml.hbs
An update to the cel-go library added stricter type checking, and made drop invalid.
This is a work-around to "hide" the type in an array, until a better fix is available.
Closes: elastic#9546,elastic#9319
An update to the cel-go library added stricter type checking, and made drop invalid.
This is a work-around to "hide" the type in an array, until a better fix is available.
Closes: #9546,#9319
I am using the Technical Preview data stream in the Logstash Metrics integration. None of the stats pulled by the API are being indexed to Elasticsearch. If I make the same call to the API using curl, I am getting the expected results.
Here's an example from my dashboard, same results regardless of how far back I search.
When I search
data_stream.dataset: logstash.node
every single event is includingThis looks like it's originating at the end of
packages/logstash/data_stream/node_cel/agent/stream/cel.yml.hbs
This looks like it's related to elastic/mito#55 but I'm not at all familiar with CEL and how its overloads work.
Environment I'm seeing this in:
v8.13.1
v8.13.1
v2.4.3
20.04
The text was updated successfully, but these errors were encountered: