Increase HEC request timeout from 60s to 300s#1130
Closed
amit-sll wants to merge 3 commits intosplunk:masterfrom
Closed
Increase HEC request timeout from 60s to 300s#1130amit-sll wants to merge 3 commits intosplunk:masterfrom
amit-sll wants to merge 3 commits intosplunk:masterfrom
Conversation
* add splunk detection query runner and related updates Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * add uv.lock and update gitignore to exclude output dir Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * update readme with run_detections.py documentation Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Move Splunk credentials to .env file for security - Remove hardcoded credentials from config.yml - Add .gitignore with .env and common Python patterns - Credentials should now be set via environment variables or .env file Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Add python-dotenv to load .env file automatically - Import and call load_dotenv() in run_detections.py - Add python-dotenv dependency to pyproject.toml Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Add dotenv support to total_replay.py - Import and call load_dotenv() to load .env file Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Update uv.lock with python-dotenv dependency Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Large attack data files (e.g., 24MB) were timing out during upload to Splunk HEC. Increased timeout to 5 minutes to accommodate larger payloads over higher-latency connections. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Author
|
unintended. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
python3 total_replay.py -g '9364ee8e-a39a-11eb-8f1d-acde48001122' -i attack_dataand verify the 24MB file uploads successfully🤖 Generated with Claude Code