![]() |
VOOZH | about |
If your Live Tail page shows an error, or the logs do not load, try the following troubleshooting steps:
live.logs.datadoghq.com.Traceroute is a tool that helps you test the path a packet takes from source to destination. You can use traceroute to identify any client-side network issues that may stop Live Tail from loading.
To examine the route for Live Tail logs on Linux or MacOS, run the following command:
traceroute live.logs.datadoghq.comIf at any point the request times out, that means the request is blocked somewhere between the client and Datadog servers. Check with your network administration team to address this issue.
If a step in the route shows * * *, this could indicate a host did not reply to the traceroute, or a router does not reply to that protocol. The * * * pattern does not always indicate a timeout. Changing the discovery protocol to ICMP/PING using the -I option may provide more detailed results.
Clearing your browser cache may help with Live Tail problems. For example, to clear your cache in Google Chrome, see Google account help.
Clearing your DNS cache may help with Live Tail problems.
To clear your DNS cache using Google Chrome:
chrome://net-internals/#dns in the address bar, then click Enter.Browser plugins and extensions, including ad blockers, sometimes interfere with Live Tail:
Verify that you have a role assigned to you which has the logs_live_tail permission. For more information, see Datadog roles and permissions.
Determine whether an administrator configured a logs restriction query (RBAC) on your Datadog organization. If you lack the necessary permissions to access the logs you are querying in Live Tail, no logs are visible to you. If you believe you should have access to these logs, contact your Datadog account administrator to grant the required permissions.
If you are expecting logs to appear in Live Tail which are not visible, verify whether the timestamps of the logs are within the 15 minute period of Live Tail’s window. If log timestamps are aligned with UTC time, logs sent in real time should appear within the 15 minute period specified.
Often, if timestamps are sent from hosts with a different local time than UTC, the offset of these timezones can cause discrepancies in how these logs are represented in Datadog.
During processing, this may happen in two ways:
If the attribute used to reflect the timestamp of the log is in a different timezone to UTC, see Parsing dates with a Grok Parser to shift the timezone.
If the above troubleshooting steps do not resolve the issue with Live Tail, create a support ticket. If possible, include the following information in your support ticket:
To generate a HAR file in Google Chrome, see Capture web session traffic.
Attach the HAR file to your support ticket.
| |