Skip to content

Commit

Permalink
Merge pull request #992 from IABTechLab/tjm-UID2-3273-change-log-format
Browse files Browse the repository at this point in the history
Change log format
  • Loading branch information
thomasm-ttd authored Sep 18, 2024
2 parents a1040e2 + 4ea91d5 commit 57f5fbe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.uid2</groupId>
<artifactId>uid2-operator</artifactId>
<version>5.39.0</version>
<version>5.39.3-alpha-119-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
7 changes: 5 additions & 2 deletions scripts/aws/eks-pod/server_al_2023/syslog-ng-server.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ options {
create_dirs(yes);
ts_format(iso);
time_reopen(10);
chain_hostnames(yes);
chain_hostnames(no);
};

source s_local {
Expand All @@ -24,7 +24,10 @@ source s_network {
};

destination d_console {
pipe("/proc/1/fd/1");
pipe(
"/proc/1/fd/1"
template("{\"@timestamp\":${MESSAGE}\n")
);
};

log {
Expand Down
5 changes: 5 additions & 0 deletions scripts/aws/syslog-ng/syslog-ng-client.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
@version: 4.6
@include "scl.conf"

options {
keep_hostname(no);
chain_hostnames(no);
};

source s_local {
system();
internal();
Expand Down

0 comments on commit 57f5fbe

Please sign in to comment.