In general, Splunk does not recommend sending data from newer forwarders to older indexers because you can run into hangups like this. There was an exception clause for Universal Forwarders that created during the rollout of the Universal Forwarder functionality, but the utility there has long since passed.
Basically, when the instrospection functionality was built, we decided to place its data in its own index, because of concerns regarding storage, and the potential for introspection to overwhelm _internal, or because administrators were likely to have different opinions on the amount of space they would be wiling to allocate to one category or another.
Thus we added the introspection index to all versions of splunk after this feature. However, when forwarding data to older indexers, they do not have this index, and thus the data cannot be stored in the index. For about 5 years, we have produced highly visible messaging when indexers are receiving data for an index they do not have, because the indexer has no way to handle the data properly, and it usually indicates a big misconfiguration problem.
In this case, you can simply create an index called _introspection on your indexers, or upgrade them to 6.x. If you do choose to create your own index, you may wish to revisit your index when you do upgrade to 6.x+ to rationalize your settings vs the defaults.
I suppose an alternative would be to disable introspection data acquisition on all the forwarders, but introspection data is good troubleshooting information, and this sounds like a larger administrative burden than my first proposal. But it's your choice.
... View more