We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd51795 commit d9ae7b5Copy full SHA for d9ae7b5
scripts/aws/syslog-ng/syslog-ng-client.conf
@@ -6,11 +6,6 @@ options {
6
chain_hostnames(no);
7
};
8
9
-source s_local {
10
- system();
11
- internal();
12
-};
13
-
14
source s_startup_file {
15
file("/home/start.txt");
16
@@ -20,8 +15,6 @@ destination d_syslog_tcp {
20
21
22
17
log {
23
- source(s_local);
24
- source(s_dev_nitro);
25
18
source(s_startup_file);
26
19
destination(d_syslog_tcp);
27
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)
0 commit comments