I noticed in our environment, from many uf, the internal logs were indexed under a different index name. After investigation, I find it's related to some settings in transforms.conf. So in transforms.conf, it's like: [test_windows_index] REGEX =.* DEST_KEY = _MetaData:Index FORMAT = rexall_windows in props.conf, for certain hosts, there're settings like: [host::testserver1] TRANSFORMS-Microsoft_AD_1 = test_windows_index, Routing_testCloud I believe I should try to exclude indexes like "_internal, _audit", so I changed REGEX=.* to REGEX=[a-zA-Z0-9]+ but it doesn't seem to work. Appreciate if somebody here can help or provide suggestions.
... View more