File: format_test.yaml

package info (click to toggle)
plaso 20260119-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 672,264 kB
  • sloc: python: 93,763; sh: 541; xml: 97; makefile: 19; 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'