Skip to content

Commit 579fd43

Browse files
authored
feat: add geoserver audit fingerprint (#373)
1 parent 25a0474 commit 579fd43

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

event-stream-processing/src/constants/fingerprints.ts

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,32 @@ export const FINGERPRINTS: OsDocumentFingerprint[] = [
236236
},
237237
},
238238
},
239+
{
240+
name: FingerprintCategory.TOMCAT_ACCESS_LOGS,
241+
fingerprint: {
242+
event: {
243+
kind: 'event',
244+
category: 'web',
245+
dataset: 'geoserver.audit',
246+
},
247+
},
248+
dataDefaults: {
249+
'@metadata': {
250+
hash: 'host.hostname,basename(log.file.path),event.sequence,event.original',
251+
docId: 'basename(log.file.path),event.sequence,event.hash',
252+
index: 'nrm-access-internal-<%=YYYY.MM.DD=%>',
253+
timestampFormat: 'DD/MMM/YYYY:HH:mm:ss Z',
254+
appClassification: true,
255+
deslash: true,
256+
environmentStandardize: true,
257+
urlExplode: true,
258+
httpStatusOutcome: true,
259+
timestampGuard: 'P14D',
260+
userAgent: true,
261+
keyAsPath: true,
262+
},
263+
},
264+
},
239265
{
240266
name: FingerprintCategory.TOMCAT_LOCALHOST_LOGS,
241267
fingerprint: {

0 commit comments

Comments
 (0)