File: format_test.yaml

package info (click to toggle)
plaso 20241006-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 673,224 kB
  • sloc: python: 91,831; sh: 557; xml: 97; makefile: 17; sql: 14; vhdl: 11
file content (19 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# YAML-based formatters file for testing format features.
---
type: 'basic'
data_type: 'test:event'
message: '{text}'
short_message: '{text}'
short_source: 'FILE'
source: 'Test log file'
---
type: 'conditional'
data_type: 'test:fs:stat'
message:
- '{display_name}'
- 'Type: {file_entry_type}'
- '({unallocated})'
short_message:
- '{filename}'
short_source: 'LOG'
source: 'Test'