Skip to main content

Nautobot App Livedata

Nautobot App Livedata logo

CI Status Docs Status PyPI Version PyPI Downloads

An App for Nautobot.

Overview

Lightweight Nautobot plugin that fetches and displays live device and interface command output (via Netmiko) in Nautobot UI detail views.

Compatibility: Nautobot 3.0+.

Primary features:

  • Live Data tabs on Device and Interface detail pages.
  • Configurable per-platform show commands (set at Platform objects).
  • Inline filtering of command output using !! filter syntax (EXACT/LAST/FIRST).
  • Background jobs included for scheduling and housekeeping:
    • LivedataQueryJob — run queries against devices.
    • LivedataCleanupJobResultsJob — remove stale collected results.
    • EnforceDefaultJobQueueJob — align Job queue assignments with a default worker queue.

Screenshots

  • Live Data Interface Output for interfaces

    Livedata output screenshot

  • Live Data Device Output for devices

    Livedata output screenshot

  • Configure the show commands to be executed on Platform level:

    Platform Screenshot

  • Job to clean up old data:

    Cleanup Job Results Screenshot

  • Job to align Nautobot job queues with the default worker so every Job executes on the shared Celery queue.

More screenshots can be found in the Using the App page in the documentation. Here's a quick overview of some of the app's added functionality:

Documentation

Full documentation for this App can be found over on the Nautobot-App-Livedtata Docs website:

Contributing to the Documentation

You can find all the Markdown source for the App documentation under the docs folder in this repository. For simple edits, a Markdown capable editor is sufficient: clone the repository and edit away.

If you need to view the fully-generated documentation site, you can build it with MkDocs. A container hosting the documentation can be started using the invoke commands (details in the Development Environment Guide) on http://localhost:8001. Using this container, as your changes to the documentation are saved, they will be automatically rebuilt and any pages currently being viewed will be reloaded in your browser.

Any PRs with fixes or improvements are very welcome!

Questions

For any questions or comments, please check the FAQ first. Feel free to also swing by the Network to Code Slack (channel #nautobot), sign up here if you don't have an account.

Support for Filter Commands in Live Device Output Using !! Syntax

Filter Syntax

You can now append a filter command to the end of a device command using the !! delimiter. The string following !! specifies the filter operation to be applied to the command output.

Examples

  • show logging | i {{intf_number}} !!EXACT:{{intf_number}}!! — Filters the output to contain only lines that contain the interface number as a whole word (for example, matches Gi1/0/1, 1/0/1 with trailing whitespace, ^1/0/1, or 1/0/1$ but not 11/0/1, 1/0/11, or foo1/0/1bar).
  • show logging !!LAST:100!! — Returns only the last 100 lines of the output.
  • show logging !!FIRST:10!! — Returns only the first 10 lines of the output.
  • show logging !!EXACT:{{intf_number}}!!FIRST:5!! — Filters for lines containing the interface number, then returns only the first 5 matching lines.

Supported Filters

  • !!EXACT:<pattern>!! — Only lines that contain <pattern> as a whole word (ignoring leading/trailing whitespace, not matching substrings within other numbers or words)
  • !!LAST:<N>!! — Only the last N lines
  • !!FIRST:<N>!! — Only the first N lines

Additional filters may be added in the future.

This feature provides a consistent filtering mechanism across all supported platforms, reducing the need for custom scripts or manual output parsing.


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nautobot_app_livedata-3.0.5.tar.gz (47.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nautobot_app_livedata-3.0.5-py3-none-any.whl (59.8 kB view details)

Uploaded Python 3

File details

Details for the file nautobot_app_livedata-3.0.5.tar.gz.

File metadata

  • Download URL: nautobot_app_livedata-3.0.5.tar.gz
  • Upload date:
  • Size: 47.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for nautobot_app_livedata-3.0.5.tar.gz
Algorithm Hash digest
SHA256 fe947dc5e48051890007d035ec6de7dc20bcb5000967bc980a482c24db965330
MD5 da061671f27ef418c8edc0a92894a869
BLAKE2b-256 5f05c528e1df0676ff2a0a50802ee4df381ba08998db42933c10b06fec0cba27

See more details on using hashes here.

File details

Details for the file nautobot_app_livedata-3.0.5-py3-none-any.whl.

File metadata

File hashes

Hashes for nautobot_app_livedata-3.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 1626a25ec80d87233f3d7c90c75c59b05f605a67a6d58479befa4bac2506e58f
MD5 8835728c3268dacf0710c685431eb688
BLAKE2b-256 c41a4da2c39ef02a32df2df57c5d7c04e3d8182651d1800b0fbc56aad5becb7c

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

3.0.5 This release

2 files

3.0.4

2 files

3.0.3

2 files

3.0.2

2 files

3.0.1

2 files

3.0.0

2 files

2.4.9

2 files

2.4.8

2 files

2.4.7

2 files

2.4.6

2 files

2.4.5

2 files

2.4.4

2 files

2.4.3

2 files

2.4.2

2 files

2.4.1

2 files

2.4.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page