Splunk Search

When testing federated search, no fields show up- Is this a bug?

wmuselle
Path Finder

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:

Restrictions for standard mode federated search

Standard mode federated search does not support the following:

  • Generating commands other than search, from, or tstats. For example, federated searches cannot include the datamodel or inputlookup commands. You can find a list of generating commands in Command types, in the Search Reference.
  • The from command can reference only datasets of the saved search and data model dataset types.
  • Usage of wildcard symbols (*) to reference multiple federated indexes.
  • Metrics indexes and related metrics-specific search commands, such as mpreview or mstats. If you must include metrics data in a federated search, consider mapping a federated index to a saved search dataset that contains metric data. See Create a federated index.

in the section on transparent mode there is something about search-time field extraction which then self-references as a page.

 

any ideas ?

 

 

Labels (2)
0 Karma

yk
New Member

Try this :

index=federated:<source_index> sourcetype=<sourcetype> |fields *

0 Karma

wmuselle
Path Finder

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 👍

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...