| { |
| "note": "The IDEAL token-category target the schema evolves TOWARD (v9 minimal set). High-value entities (tracked by recurrence) weighted more. Gold is remapped to this set; deprecated tags fold in: STATUS/PORT/PID/number-only-id->NUM, UUID/REQID/hash/structured-id->RAND, USER/COMPONENT/HOST->WORD.", |
| "categories": { |
| "TIMESTAMP": {"desc": "a date/time stamp (any format, the whole stamp incl weekday/year/ms)", "weight": 1.0}, |
| "LEVEL": {"desc": "a log severity: INFO/WARN/WARNING/ERROR/DEBUG/TRACE/FATAL/NOTICE etc.", "weight": 1.0}, |
| "IP": {"desc": "an IPv4/IPv6 address (without any :port)", "weight": 2.0}, |
| "RAND": {"desc": "a high-entropy RANDOM string: uuid, sha/md5 hash, base64/base62 token, hex blob/address (0x..), or a structured machine id with letters (req-*, blk_*, R24-M1-N3-C:J16-U01). NOT a plain word and NOT a pure number.", "weight": 1.5}, |
| "DURATION": {"desc": "an elapsed time / latency with or without unit (0.247, 12ms, took=204)", "weight": 1.0}, |
| "SIZE": {"desc": "a byte size / memory/disk magnitude (67108864, 64172MB, len: N)", "weight": 0.8}, |
| "NUM": {"desc": "any number, including number-only ids: status/exit code, port, count, retries, uid, slot, pid, numeric id", "weight": 0.5}, |
| "URL": {"desc": "a URL or HTTP request target/path after a method", "weight": 1.0}, |
| "PATH": {"desc": "a filesystem path or filename", "weight": 1.0}, |
| "WORD": {"desc": "ordinary prose word, keyword, method (GET/POST), username, hostname/FQDN, logger/daemon/module name, or anything not above", "weight": 0.3} |
| } |
| } |
|
|