***I have a dashboard in Datadog that uses a "status" variable to filter the log messages. This works fine for the majority of the entries. There are some actual errors that do not have status=Error. They are logged as Info. When I select "Error" from the variable dropdown I would like to get the entries with status=Error and any other entry (regardless of the status) which has the work "Error" as part of the content. If I select status="Debug" or status="Info" I would like to get the entries that match that status.
I can t figure out how to construct the query. Please, help.
I tried different queries but they did not produce the result I wanted. I am new to datadog, so I am not sure how to construct the query.