Skip to content

Commit 9313292

Browse files
authored
Merge pull request #1116 from splunk/minor_total_fix
minor_total_fix
2 parents 579c342 + cc23de3 commit 9313292

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

total_replay/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"typer (>=0.20.0,<0.21.0)",
1313
"pyyaml (>=6.0.3,<7.0.0)",
1414
"requests (>=2.32.5,<3.0.0)",
15-
"urllib3 (>=2.5.0,<3.0.0)",
15+
"urllib3 (>=2.6.0,<3.0.0)",
1616
"pandas (>=2.3.3,<3.0.0)",
1717
"colorama (>=0.4.6,<0.5.0)",
1818
"ansible-runner (>=2.4.2,<3.0.0)"

total_replay/readme.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,8 @@ settings:
3838
security_content_detection_path: ~/path/to/your/security_content/detections
3939
attack_data_dir_path: ~/path/to/your/attack_data
4040
```
41-
8. enable the `attack_data_version_on` config setting in total_replay->configuration->config.yml:
4241

43-
**NOTE: You can only enable either one of the `attack_range_version_on` or `attack_data_version_on` settings of TOTAL-REPLAY**
44-
```
45-
attack_data_version_on: True
46-
```
47-
48-
9. make sure you setup the required environment variables for splunk server connection
42+
8. make sure you setup the required environment variables for splunk server connection
4943

5044
| Environment Variables. | Description |
5145
|----------------------------|-------------------------|
@@ -59,11 +53,11 @@ attack_data_version_on: True
5953
export SPLUNK_HEC_TOKEN= <SPLUNK_HEC_TOKEN>
6054
```
6155
62-
10. Make sure HEC token is set to "Enabled" in Splunk server (Settings → Data Inputs → HTTP Event Collector).
56+
9. Make sure HEC token is set to "Enabled" in Splunk server (Settings → Data Inputs → HTTP Event Collector).
6357
64-
11. Confirm the HEC listener port is enabled, typically 8088, using HTTPS.
58+
10. Confirm the HEC listener port is enabled, typically 8088, using HTTPS.
6559
66-
12. Update your firewall settings to allow inbound connections on port 8088, otherwise your data sender will not be able to reach Splunk.
60+
11. Update your firewall settings to allow inbound connections on port 8088, otherwise your data sender will not be able to reach Splunk.
6761
6862
### Windows OS:
6963

0 commit comments

Comments
 (0)