Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In datadog how can I do a log search for an event that doesn't contain a column/field?

Tags:

datadog

In datadog how can I do a log search for an event that doesn't contain a column/field? For example I want to omit the field monolith_ex and I tried: -@monolith_ex:"*"

like image 324
spacether Avatar asked Sep 12 '25 08:09

spacether


1 Answers

One can do this with: -@monolith_ex:*

like image 180
spacether Avatar answered Sep 16 '25 09:09

spacether