---
title: Live Tail
description: Search through all of your logs and perform Log Analytics
breadcrumbs: Docs > Log Management > Log Explorer > Live Tail
---

# Live Tail

## Overview{% #overview %}

With Live Tail, access all your log events in near real time from anywhere in your infrastructure. The Live Tail view provides visibility on both indexed and non-indexed logs streaming to Datadog - see also [Exclusion Filters](https://docs.datadoghq.com/logs/indexes#exclusion-filters) on logs indexes. Logs flowing through the Live Tail are all structured, processed, and enriched from [Log Pipelines](https://docs.datadoghq.com/logs/log_configuration/pipelines).

For example, Live Tail is specifically useful to check if a process has correctly started or if a new deployment went smoothly.

## Live Tail view{% #live-tail-view %}

In the [Log Explorer](https://docs.datadoghq.com/logs/explorer), choose the Live Tail option in the timerange to query logs as they flow into Datadog. See [Log Search Syntax](https://docs.datadoghq.com/logs/explorer/search_syntax/) for more information on queries.

{% video
   url="https://datadog-docs.imgix.net/images/logs/explorer/live_tail/livetail.mp4" /%}

**Note**: For the sake of readability, the Live Tail output is sampled when too many logs matching the query are flowing in. The sampling applied is uniformly random, so that your Live Tail logs are statistically representative of your actual log throughput. Scope your query down with additional search filters if you need visibility on every single log flowing in.

## Further Reading{% #further-reading %}

- [Learn how to process your logs](https://docs.datadoghq.com/logs/log_configuration/processors)
- [The log side panel](https://docs.datadoghq.com/logs/explorer/side_panel)
- [The list view of logs](https://docs.datadoghq.com/logs/explorer/#list-of-logs)
- [Optimizing Datadog at scale: Cost-efficient observability at Zendesk](https://www.datadoghq.com/blog/zendesk-cost-optimization)
