17 Apr 2024 05:25 PM - last edited on 18 Apr 2024 08:15 AM by MaciejNeumann
Hi,
I'm trying to create log event (Dynatrace Managed) based on query that contains many k8s namespaces. For example:
content="apache" AND (k8s.namespace.name="epp" OR k8s.namespace.name="ecc")
I want to create an error notification when content is detected on one of namespaces. After turn on this kind of event Dynatrace doesn't raise a problem when expectations are reached.
This issue doesn't occur when I create event for only one namespace like this:
content="apache" AND k8s.namespace.name="epp"
Best Regards
17 Apr 2024 11:37 PM
Hi,
I am not sure if that logic can be applied in log classic.
If you filter in log viewer, is that filtering correctly?
Best regards
18 Apr 2024 09:03 AM
Yes, it does
18 Apr 2024 11:35 AM
Hi,
Then log event should work if you are using same filter. Can you share screenshot about log viewer filtered and log event created?
Best regards