File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed
Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff 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)"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments