We have installed an app that requires an index to have a specific naming convention and of course when we created the index, before we knew about the app, we did not follow that convention. Is there a way I can make just that app think the index has a different name?
I can do something like that on the search line with:
index=system | replace system with test_system in index
I think what I want is to append something like that to the beginning of every search in the app. So I was trying to do that by setting the srchFilter in the authorize.conf:
srchFilter = index=system | replace system with test_system in index | search
I've tried many different version of the above line but nothing has seemed to work, in fact most combinations result in an error when searching.
I would appreciate any suggestions. Thanks.
... View more