From c8772da64089338ec12d8315734cae841e10dcdb Mon Sep 17 00:00:00 2001 From: Ilia Vassilev Date: Thu, 16 Nov 2023 08:15:43 -0500 Subject: [PATCH] Add a blog post on how to change the default encoding of the audit log file --- _data/authors.yaml | 8 +++++++- _posts/2023-11-16-specify-file-audit-log-encoding.adoc | 9 +++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 _posts/2023-11-16-specify-file-audit-log-encoding.adoc diff --git a/_data/authors.yaml b/_data/authors.yaml index ae493bb2..5c8a2c90 100644 --- a/_data/authors.yaml +++ b/_data/authors.yaml @@ -226,4 +226,10 @@ theashiot: occupation: "Technical Writer" bio: "Ashwin is a technical writer at Red Hat." emailhash: "e792a4261507d430e9ac7d1f8abcdcc1" - avatar: theashiot.png \ No newline at end of file + avatar: theashiot.png +ivassile: + name: "Ilia Vassilev" + location: "United States" + occupation: "Senior Software Engineer" + bio: "https://github.com/ivassile" + emailhash: "a1dabbcc0e293c751d7ebf6d1feccd11" diff --git a/_posts/2023-11-16-specify-file-audit-log-encoding.adoc b/_posts/2023-11-16-specify-file-audit-log-encoding.adoc new file mode 100644 index 00000000..c855cc20 --- /dev/null +++ b/_posts/2023-11-16-specify-file-audit-log-encoding.adoc @@ -0,0 +1,9 @@ +--- +layout: post +title: 'Change the default encoding of the audit log file in WildFly' +date: 2023-11-16 +tags: audit-logging encoding +synopsis: An overview of how to change the default encoding of the audit log file. +author: ivassile +link: https://wildfly-security.github.io/wildfly-elytron/blog/specify-file-audit-log-encoding/ +--- \ No newline at end of file