We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eb9c50 commit 2b1eb8aCopy full SHA for 2b1eb8a
2 files changed
scripts/aws/syslog-ng/syslog-ng-client.conf
@@ -6,15 +6,6 @@ options {
6
chain_hostnames(no);
7
};
8
9
-source s_local {
10
- system();
11
- internal();
12
-};
13
-
14
-source s_dev_nitro {
15
- pipe("/dev/nitro_enclaves");
16
17
18
source s_startup_file {
19
file("/home/start.txt");
20
@@ -24,8 +15,6 @@ destination d_syslog_tcp {
24
25
26
log {
27
- source(s_local);
28
- source(s_dev_nitro);
29
source(s_startup_file);
30
destination(d_syslog_tcp);
31
scripts/aws/syslog-ng/syslog-ng-server.conf
@@ -9,11 +9,6 @@ options {
chain_hostnames(yes);
source s_network {
network(
ip(0.0.0.0)
@@ -31,7 +26,6 @@ destination d_file {
32
33
34
35
source(s_network);
36
destination(d_file);
37
0 commit comments