You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/unit-testing.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ jobs:
23
23
- name: Install Python Dependencies and ContentCTL
24
24
run: |
25
25
python -m pip install --upgrade pip
26
-
pip install contentctl>=4.0.0
26
+
pip install contentctl==5.0.0
27
27
28
28
# Running contentctl test with a few arguments, before running the command make sure you checkout into the current branch of the pull request. This step only performs unit testing on all the changes against the target-branch. In most cases this target branch will be develop
29
29
# Make sure we check out the PR, even if it actually lives in a fork
instances_destroyed by "HourOfDay,isWeekend" into cloud_excessive_instances_destroyed_v1
22
21
dist=expon show_density=true'
23
-
how_to_implement: 'You must have Enterprise Security 6.0 or later, if not you will
22
+
how_to_implement: "You must have Enterprise Security 6.0 or later, if not you will
24
23
need to verify that the Machine Learning Toolkit (MLTK) version 4.2 or later is
25
24
installed, along with any required dependencies. Depending on the number of users
26
25
in your environment, you may also need to adjust the value for max_inputs in the
27
26
MLTK settings for the DensityFunction algorithm, then ensure that the search completes
28
27
in a reasonable timeframe. By default, the search builds the model using the past
29
28
30 days of data. You can modify the search window to build the model over a longer
30
29
period of time, which may give you better results. You may also want to periodically
31
-
re-run this search to rebuild the model with the latest data.
32
-
33
-
More information on the algorithm used in the search can be found at `https://docs.splunk.com/Documentation/MLApp/4.2.0/User/Algorithms#DensityFunction`.'
30
+
re-run this search to rebuild the model with the latest data.\nMore information
31
+
on the algorithm used in the search can be found at `https://docs.splunk.com/Documentation/MLApp/4.2.0/User/Algorithms#DensityFunction`."
instances_launched by "HourOfDay,isWeekend" into cloud_excessive_instances_created_v1
22
21
dist=expon show_density=true'
23
-
how_to_implement: 'You must have Enterprise Security 6.0 or later, if not you will
22
+
how_to_implement: "You must have Enterprise Security 6.0 or later, if not you will
24
23
need to verify that the Machine Learning Toolkit (MLTK) version 4.2 or later is
25
24
installed, along with any required dependencies. Depending on the number of users
26
25
in your environment, you may also need to adjust the value for max_inputs in the
27
26
MLTK settings for the DensityFunction algorithm, then ensure that the search completes
28
27
in a reasonable timeframe. By default, the search builds the model using the past
29
28
90 days of data. You can modify the search window to build the model over a longer
30
29
period of time, which may give you better results. You may also want to periodically
31
-
re-run this search to rebuild the model with the latest data.
32
-
33
-
More information on the algorithm used in the search can be found at `https://docs.splunk.com/Documentation/MLApp/4.2.0/User/Algorithms#DensityFunction`.'
30
+
re-run this search to rebuild the model with the latest data.\nMore information
31
+
on the algorithm used in the search can be found at `https://docs.splunk.com/Documentation/MLApp/4.2.0/User/Algorithms#DensityFunction`."
0 commit comments