OK. If you put there literally "<myindex>" that obviously won't work. I'll assume you actually substituted that for the real index name so in case of an internal index that would be index=_internal | stats values(*) AS * | transpose | table column | rename column AS fieldnames So actually there are several possible issues with those searches. Transpose has its limits, tabling all events can be resource-intensive... Actually the best one of those seems to be the fieldsummary one. But if you're not gettting any results (and no errors) at all that means there's something more to it. Inspect the job, check its log. Do you have the permissions to the target index? Aren't you trying to search over a longer period than permitted for your role?
... View more