My deployment is:
1 Forwarder + 2 Indexers + 1 Search head.
I have specified a monitor in the forwarder and the forwarder has send all the data to the indexers. If remove all the eventdata in the indexers, then, what would the forwarder do next? Would it resend the previous data or just go on sending the new data to the indexers?
It would only send new data to the indexers.
Forwarders keep track of what data they have or haven't read by writing metadata about their inputs in an internal index called the fishbucket. A forwarder has no idea about the status of the data on the indexer, it just knows the status of its inputs. You could reset this by cleaning out the fishbucket - this would result in that the forwarder would send all events it can find from the start in all its inputs.
It would only send new data to the indexers.
Forwarders keep track of what data they have or haven't read by writing metadata about their inputs in an internal index called the fishbucket. A forwarder has no idea about the status of the data on the indexer, it just knows the status of its inputs. You could reset this by cleaning out the fishbucket - this would result in that the forwarder would send all events it can find from the start in all its inputs.