Hi:
Please let me know which is the best practice of implementation.
Capturing events on data lake gateway Vs nodes for Hadoop Connect App on Splunk.
Thanks,
Mohammed Mohiuddin
normally you have few options, each has its own advantages. Capturing events from the source itself and moving them to Splunk Indexing is the fastest. Once the data lands in Hadoop you can either copy the data to Splunk Indexing using Hadoop Connect Import. Or you can use Hunk to keep the data in Hadoop and just run a MapReduce job on the raw data without moving the files themselves.