We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See the attached screenshot. I am including the queries that are returning no data:
logs: { job!~"integrations/kubernetes/eventhandler|infra-monitoring/eventrouter", cluster="alliance-prod-1" , namespace="default" , pod=~"^()$" } | logfmt | json | drop __error__,__error_details__
{ job!~"integrations/kubernetes/eventhandler|infra-monitoring/eventrouter", cluster="alliance-prod-1" , namespace="default" , pod=~"^()$" } | logfmt | json | drop __error__,__error_details__
events: { job=~"integrations/kubernetes/eventhandler|infra-monitoring/eventrouter", cluster="alliance-prod-1" , namespace="default" } | logfmt | json | drop __error__,__error_details__ | kind = "Pod" | name =~ "^()$"
{ job=~"integrations/kubernetes/eventhandler|infra-monitoring/eventrouter", cluster="alliance-prod-1" , namespace="default" } | logfmt | json | drop __error__,__error_details__ | kind = "Pod" | name =~ "^()$"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See the attached screenshot. I am including the queries that are returning no data:
logs:
{ job!~"integrations/kubernetes/eventhandler|infra-monitoring/eventrouter", cluster="alliance-prod-1" , namespace="default" , pod=~"^()$" } | logfmt | json | drop __error__,__error_details__
events:
{ job=~"integrations/kubernetes/eventhandler|infra-monitoring/eventrouter", cluster="alliance-prod-1" , namespace="default" } | logfmt | json | drop __error__,__error_details__ | kind = "Pod" | name =~ "^()$"
The text was updated successfully, but these errors were encountered: