We are testing federated search.
when on the provider (environment A), the fields are nicely extracted.
When on the federated SH (environment B), the fields do not show up, however they are usable in SPL for filtering etc... .
anyone have an idea if this is a bug/restriction.
I have found here restrictions on transparent-mode FS, but we are entirely on prem (8.2.1) so we are using standard mode.
I am not conflicting any of the below restrictions documented, just simple search (and data does return)
index=federated:<source_index> sourcetype=<sourcetype>
extract:
Standard mode federated search does not support the following:
in the section on transparent mode there is something about search-time field extraction which then self-references as a page.
any ideas ?
Try this :
index=federated:<source_index> sourcetype=<sourcetype> |fields *
Hi @yk ,
Sorry I should have mentioned that I did that, and yes then they show.
But this is not how it is intended to work I think.
Appreciate your reply though 👍