-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
60c341e
commit 4e2aeaa
Showing
3 changed files
with
10 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,34 @@ | ||
[FILTER] | ||
Name sysinfo | ||
Match * | ||
Match logs | ||
hostname_key hostname | ||
kernel_version_key kernel_version | ||
os_name_key os_name | ||
os_version_key os_version | ||
|
||
[INPUT] | ||
Name cpu | ||
Tag cpu | ||
Tag logs | ||
Interval_Sec 5 | ||
|
||
[OUTPUT] | ||
Name http | ||
Match cpu | ||
Host logs.local.gha-runners.nvidia.com | ||
Port 443 | ||
Uri /cpu | ||
Format json | ||
Tls on | ||
|
||
[INPUT] | ||
Name kmsg | ||
Tag kernel | ||
|
||
[OUTPUT] | ||
Name http | ||
Match kernel | ||
Host logs.local.gha-runners.nvidia.com | ||
Port 443 | ||
Uri /kernel | ||
Format json | ||
Tls on | ||
Tag logs | ||
|
||
[INPUT] | ||
Name mem | ||
Tag memory | ||
Tag logs | ||
Interval_Sec 5 | ||
|
||
[OUTPUT] | ||
Name http | ||
Match memory | ||
Host logs.local.gha-runners.nvidia.com | ||
Port 443 | ||
Uri /memory | ||
Format json | ||
Tls on | ||
|
||
[INPUT] | ||
Name systemd | ||
Tag systemd | ||
Tag logs | ||
|
||
[OUTPUT] | ||
Name http | ||
Match systemd | ||
Match logs | ||
Host logs.local.gha-runners.nvidia.com | ||
Port 443 | ||
Uri /systemd | ||
Uri /logs | ||
Format json | ||
Tls on |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[FILTER] | ||
Name lua | ||
Match * | ||
Match logs | ||
script conf.d/add_node_name.lua | ||
call add_node_name |