We do not have any monitor stanzas in the inputs.conf our app @somesoni2 . The inputs look like this [ta_vmware_collection_worker://alpha] capabilities = hostvmperf,otherperf,hierarchyinv,hostinv,vminv,clusterinv,datastoreinv,rpinv,task,event log_level = INFO disabled = 1 interval = 15 index = vmware-vclog [ta_vmware_collection_worker://beta] capabilities = hostvmperf,otherperf,hierarchyinv,hostinv,vminv,clusterinv,datastoreinv,rpinv,task,event log_level = INFO disabled = 1 interval = 15 index = vmware-vclog [ta_vmware_collection_worker://gamma] capabilities = hostvmperf,otherperf,hierarchyinv,hostinv,vminv,clusterinv,datastoreinv,rpinv,task,event log_level = INFO disabled = 1 interval = 15 index = vmware-vclog The index parameter is not actually there by default. I have added and tried but no luck. We have another conf file ta_vmware_collection.conf in which we have below parameters under [default] stanza. perf_index = vmware-perf inv_index = vmware-inv taskevent_index = vmware-taskevent The script refers to these entries only to index the data. Even though these indexes are available in the indexes.conf of the addon we pushed(SA-VMWIndex) to our indexer cluster, the data is still going into lastchance index. I have also tried index forcing on each sourcetype in the props with help of transforms. No luck 😞
... View more