Was just going through the ‘Masa diagrams’ link: https://community.splunk.com/t5/Getting-Data-In/Diagrams-of-how-indexing-works-in-the-Splunk-platfor...
If you look at the "Detail Diagram - Standalone Splunk" , the queues are laid out like this (one example):
(persistentQueue) + udp_queue --> parsingQueue --> aggQueue --> typingQueue --> indexQueue
So lets say we have UDP input configured and some congestion occurs in typingQueue, the persistentQueue should still be able to hold the data until the congestion is cleared up. This should be able to prevent the data loss.. right?
Sorry for this loaded assumption based question.. I am trying to figure out what we can do to stop UDP input data from getting dropped due to the typingQueue being filled. (P.S. adding an extra HF is not an option right now).
Thanks in advance!
Hi @Utkc137,
you have three solutions:
I don't like SC4S, so I hint to use both the the 1st and 3rd solutions.
Ciao.
Giuseppe