All,
Testing an index'd time field extraction in a test environment. It SEEMS to have worked, but randomly the field I am extracting ( pool ) just disappears from search results.
That is if I just search, pool is extracted the 400 or so times I expect. But once I try and USE that field it's simply missing except for one host. The other 400 in the test setup are not getting extracted.
Heavy Forwarder has this
#transforms.conf
[pool_transform]
REGEX = slcs\d\d(...)\d\d\d
FORMAT = pool::"$1"
WRITE_META = true
#props.conf
[host::*]
TRANSFORMS-indextimepooltransform = pool_transform
#fields.conf
[pool]
INDEXED=true
Search Head has this
[pool]
INDEXED=true
Indexer has this
#fields.conf
[pool]
INDEXED=true
Any idea why the field would sorta.. disappear randomly.
... View more