mirror of
https://github.com/netdata/netdata.git
synced 2025-04-14 09:38:34 +00:00
Regenerate integrations.js (#18794)
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
This commit is contained in:
parent
dfcf47e4cc
commit
9a998b23e1
3 changed files with 93 additions and 0 deletions
integrations
|
@ -22331,6 +22331,26 @@ export const integrations = [
|
|||
"edit_link": "https://github.com/netdata/netdata/blob/master/integrations/cloud-notifications/metadata.yaml",
|
||||
"troubleshooting": ""
|
||||
},
|
||||
{
|
||||
"id": "logs-systemd-journal",
|
||||
"meta": {
|
||||
"name": "Systemd Journal Logs",
|
||||
"link": "https://github.com/netdata/netdata/blob/master/src/collectors/systemd-journal.plugin/README.md",
|
||||
"categories": [
|
||||
"logs"
|
||||
],
|
||||
"icon_filename": "netdata.png"
|
||||
},
|
||||
"keywords": [
|
||||
"systemd",
|
||||
"journal",
|
||||
"logs"
|
||||
],
|
||||
"overview": "# Systemd Journal Logs\n\nThe `systemd` journal plugin by Netdata makes viewing, exploring and analyzing `systemd` journal logs simple and efficient.\n\nIt automatically discovers available journal sources, allows advanced filtering, offers interactive visual representations and supports exploring the logs of both individual servers and the logs on infrastructure wide journal centralization servers.\n\nThe plugin automatically detects the available journal sources, based on the journal files available in `/var/log/journal` (persistent logs) and `/run/log/journal` (volatile logs).\n\n\n## Visualization\n\nYou can start exploring `systemd` journal logs on the \"Logs\" tab of the Netdata UI.\n\n\n## Key features\n\n- Works on both **individual servers** and **journal centralization servers**.\n- Supports `persistent` and `volatile` journals.\n- Supports `system`, `user`, `namespaces` and `remote` journals.\n- Allows filtering on **any journal field** or **field value**, for any time-frame.\n- Allows **full text search** (`grep`) on all journal fields, for any time-frame.\n- Provides a **histogram** for log entries over time, with a break down per field-value, for any field and any time-frame.\n- Works directly on journal files, without any other third-party components.\n- Supports coloring log entries, the same way `journalctl` does.\n- In PLAY mode provides the same experience as `journalctl -f`, showing new log entries immediately after they are received.\n",
|
||||
"setup": "## Setup\n\n## Prerequisites\n\n- A Netdata Cloud account\n\n\n## Configuration\n\nThere is no configuration needed for this integration.\n",
|
||||
"integration_type": "logs",
|
||||
"edit_link": "https://github.com/netdata/netdata/blob/master/integrations/logs/metadata.yaml"
|
||||
},
|
||||
{
|
||||
"id": "oidc-authentication",
|
||||
"meta": {
|
||||
|
|
|
@ -22329,6 +22329,26 @@
|
|||
"edit_link": "https://github.com/netdata/netdata/blob/master/integrations/cloud-notifications/metadata.yaml",
|
||||
"troubleshooting": ""
|
||||
},
|
||||
{
|
||||
"id": "logs-systemd-journal",
|
||||
"meta": {
|
||||
"name": "Systemd Journal Logs",
|
||||
"link": "https://github.com/netdata/netdata/blob/master/src/collectors/systemd-journal.plugin/README.md",
|
||||
"categories": [
|
||||
"logs"
|
||||
],
|
||||
"icon_filename": "netdata.png"
|
||||
},
|
||||
"keywords": [
|
||||
"systemd",
|
||||
"journal",
|
||||
"logs"
|
||||
],
|
||||
"overview": "# Systemd Journal Logs\n\nThe `systemd` journal plugin by Netdata makes viewing, exploring and analyzing `systemd` journal logs simple and efficient.\n\nIt automatically discovers available journal sources, allows advanced filtering, offers interactive visual representations and supports exploring the logs of both individual servers and the logs on infrastructure wide journal centralization servers.\n\nThe plugin automatically detects the available journal sources, based on the journal files available in `/var/log/journal` (persistent logs) and `/run/log/journal` (volatile logs).\n\n\n## Visualization\n\nYou can start exploring `systemd` journal logs on the \"Logs\" tab of the Netdata UI.\n\n\n## Key features\n\n- Works on both **individual servers** and **journal centralization servers**.\n- Supports `persistent` and `volatile` journals.\n- Supports `system`, `user`, `namespaces` and `remote` journals.\n- Allows filtering on **any journal field** or **field value**, for any time-frame.\n- Allows **full text search** (`grep`) on all journal fields, for any time-frame.\n- Provides a **histogram** for log entries over time, with a break down per field-value, for any field and any time-frame.\n- Works directly on journal files, without any other third-party components.\n- Supports coloring log entries, the same way `journalctl` does.\n- In PLAY mode provides the same experience as `journalctl -f`, showing new log entries immediately after they are received.\n",
|
||||
"setup": "## Setup\n\n## Prerequisites\n\n- A Netdata Cloud account\n\n\n## Configuration\n\nThere is no configuration needed for this integration.\n",
|
||||
"integration_type": "logs",
|
||||
"edit_link": "https://github.com/netdata/netdata/blob/master/integrations/logs/metadata.yaml"
|
||||
},
|
||||
{
|
||||
"id": "oidc-authentication",
|
||||
"meta": {
|
||||
|
|
53
integrations/logs/integrations/systemd_journal_logs.md
Normal file
53
integrations/logs/integrations/systemd_journal_logs.md
Normal file
|
@ -0,0 +1,53 @@
|
|||
<!--startmeta
|
||||
custom_edit_url: "https://github.com/netdata/netdata/edit/master/integrations/logs/README.md"
|
||||
meta_yaml: "https://github.com/netdata/netdata/edit/master/integrations/logs/metadata.yaml"
|
||||
sidebar_label: "Systemd Journal Logs"
|
||||
learn_status: "Published"
|
||||
learn_rel_path: "Logs"
|
||||
message: "DO NOT EDIT THIS FILE DIRECTLY, IT IS GENERATED BY THE LOGS' metadata.yaml FILE"
|
||||
endmeta-->
|
||||
|
||||
# Systemd Journal Logs
|
||||
|
||||
|
||||
<img src="https://netdata.cloud/img/netdata.png" width="150"/>
|
||||
|
||||
|
||||
The `systemd` journal plugin by Netdata makes viewing, exploring and analyzing `systemd` journal logs simple and efficient.
|
||||
|
||||
It automatically discovers available journal sources, allows advanced filtering, offers interactive visual representations and supports exploring the logs of both individual servers and the logs on infrastructure wide journal centralization servers.
|
||||
|
||||
The plugin automatically detects the available journal sources, based on the journal files available in `/var/log/journal` (persistent logs) and `/run/log/journal` (volatile logs).
|
||||
|
||||
|
||||
<img src="https://img.shields.io/badge/maintained%20by-Netdata-%2300ab44" />
|
||||
|
||||
## Visualization
|
||||
|
||||
You can start exploring `systemd` journal logs on the "Logs" tab of the Netdata UI.
|
||||
|
||||
|
||||
## Key features
|
||||
|
||||
- Works on both **individual servers** and **journal centralization servers**.
|
||||
- Supports `persistent` and `volatile` journals.
|
||||
- Supports `system`, `user`, `namespaces` and `remote` journals.
|
||||
- Allows filtering on **any journal field** or **field value**, for any time-frame.
|
||||
- Allows **full text search** (`grep`) on all journal fields, for any time-frame.
|
||||
- Provides a **histogram** for log entries over time, with a break down per field-value, for any field and any time-frame.
|
||||
- Works directly on journal files, without any other third-party components.
|
||||
- Supports coloring log entries, the same way `journalctl` does.
|
||||
- In PLAY mode provides the same experience as `journalctl -f`, showing new log entries immediately after they are received.
|
||||
|
||||
|
||||
## Setup
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- A Netdata Cloud account
|
||||
|
||||
|
||||
## Configuration
|
||||
|
||||
There is no configuration needed for this integration.
|
||||
|
Loading…
Add table
Reference in a new issue