Data ingestion to splunk cloud using Lambda
Summary Ingesting 1TB per hour (approximately 278 MB/s) to Splunk Cloud using AWS Lambda alone is fundamentally constrained by Lambda’s concurrency model and network egress limits, leading to predictable throttling and data latency. The root cause is not a configuration error, but an architectural mismatch: attempting to use a stateless, burst-optimized compute service (Lambda) for … Read more