HI there, I'm trying to redirect logs from syslog device to a separate index.. Does anyone see an error in this config? [host::aaa.bbb.ccc.ddd]
TRANSFORMS-juniper_change_index = juniper_change_index
[juniper_change_index]
SOURCE_KEY = MetaData:Host
REGEX = (.*)
DEST_KEY = _MetaData:Index
FORMAT = juniper Logs are still going to the main index. I have other working transforms that operate on sourcetypes and other fields, but for some reason, I've been unable to get this one based on source address working. Thanks!
... View more