We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14db80c commit 334a061Copy full SHA for 334a061
filters/filebeat/system_linux_module.yml
@@ -287,6 +287,24 @@ pipeline:
287
to: log.messageId
288
where: exists("log.MESSAGEID")
289
290
+ - rename:
291
+ from:
292
+ - log.CPUUSAGENSEC
293
+ to: log.cpuUsageNsec
294
+ where: exists("log.CPUUSAGENSEC")
295
+
296
297
298
+ - log.MEMORYPEAK
299
+ to: log.memoryPeak
300
+ where: exists("log.MEMORYPEAK")
301
302
303
304
+ - log.MEMORYSWAPPEAK
305
+ to: log.memorySwapPeak
306
+ where: exists("log.MEMORYSWAPPEAK")
307
308
# ========================================
309
# PHASE 3: STANDARD SCHEMA MAPPING
310
0 commit comments