Actions
Optimization #6502
openschema: avoid - and . in keys
Effort:
Difficulty:
Label:
Description
From @Jason Ish
- don't break Elastic, just makes queries harder. '.' will break Elastic and some tools.
git grep '-' etc/schema.json
. yields
- bittorrent-dht
- ftp-data
- icmp-prohib
- tcp-reset
- reject-target
These should use underscore
Updated by Philippe Antoine 12 months ago
- Related to Documentation #6478: schema: add missing fields added
Updated by Philippe Antoine 12 months ago
alert.signature-id would be taken as a math expression.
Updated by Philippe Antoine 12 months ago
Need some CI check after fixing the few fields
Actions