Skip to main content

Log StreamLog Stream Guide

View and Filter Data

Live Tail provides the capability to view and filter pipeline data sampled by Live Tail on keywords, and allows you to create custom streams.

LTSearchandFilter.png

To filter your data:

  • Use the first drop-down menu to select one or more types of logs.

    • Events — Parsed log lines that created an event.

    • Parsed — Parsed log lines that did not create an event.

    • Error — A log line that had errors during parsing.

      Note

      There might have been partial parsing, which could still be useful.

    • Unparsed — Raw log lines that were not parsed.

    LTFilterLogs.png
  • Use the second drop-down menu to select a parser by Parser Name.

    LTFilterParserName.png
  • Use the search bar to enter text or a regular expression to filter the logs.

    LTFilterBySearch.png

    Note

    Live Tail supports JavaScript Regex.