summaryrefslogtreecommitdiffstats
path: root/docs/dashboards-and-charts/logs-tab.md
blob: 3851d90dab88212fd7936ce6ffa55e8c31c60ccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Logs tab

The Logs tab is using the [`systemd` journal plugin](/src/collectors/systemd-journal.plugin/README.md), to present a structured view into your infrastructure's `systemd` logs.

We have a thorough section explaining how you can [work with logs](/docs/category-overview-pages/working-with-logs.md), detailing how the plugin works, and what other utilities are used under the hood to provide you with the visualizations and the log entries.

The [`systemd` journal plugin](/src/collectors/systemd-journal.plugin/README.md) documentation has information about:

- [Key features the plugin provides](/src/collectors/systemd-journal.plugin/README.md#key-features)
- [Journal sources](/src/collectors/systemd-journal.plugin/README.md#journal-sources)
- [Journal fields](/src/collectors/systemd-journal.plugin/README.md#journal-fields)
- [Full-text search](/src/collectors/systemd-journal.plugin/README.md#full-text-search)
- [Query performance](/src/collectors/systemd-journal.plugin/README.md#query-performance)
- [Performance at scale](/src/collectors/systemd-journal.plugin/README.md#performance-at-scale)

We recommend you to read through that document, to better understand how the plugin and the visualizations work.