Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
6
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Cookbooks
runbooks
Commits
4e6da390
Commit
4e6da390
authored
Oct 17, 2018
by
Andrew Newdigate
Browse files
Adjust the minimum invocations per second parameter to reduce alert noise
parent
bbbb646a
Changes
2
Hide whitespace changes
Inline
Side-by-side
elastic-watcher/watches/gitaly_abuse_1.json
View file @
4e6da390
...
...
@@ -70,7 +70,7 @@
"params"
:
{
"time_period_seconds"
:
600
,
"wall_time_ms_per_second_threshold"
:
4000
,
"minimum_invocation_rate_per_second"
:
2
,
"minimum_invocation_rate_per_second"
:
10
,
"invocation_rate_per_second_threshold"
:
100
}
}
...
...
@@ -82,7 +82,7 @@
"params"
:
{
"time_period_seconds"
:
600
,
"wall_time_ms_per_second_threshold"
:
4000
,
"minimum_invocation_rate_per_second"
:
2
,
"minimum_invocation_rate_per_second"
:
10
,
"invocation_rate_per_second_threshold"
:
100
}
}
...
...
troubleshooting/gitaly-unusual-activity.md
View file @
4e6da390
...
...
@@ -10,9 +10,11 @@
## 1. Review the suspicious activity
-
**Check out the abuse dashboard**
: https://dashboards.gitlab.net/d/9T-wXWbik/abuse-dashboard?orgId=1&panelId=2&from=now-1h&to=now
-
**Review the abuse reporting data in Kibana**
: https://log.gitlab.net/goto/6636a49add992f6326862df0afc6ae54
-
**Review the abuse dashboard**
: https://log.gitlab.net/app/kibana#/dashboard/AWSIfVZhTIzC7JP6Xxn1
-
Keep in mind that this is an open-ended alert, so it alerts to suspicious activity, rather than pin-pointing an issue.
-
Use this as an informational alert, combine it with other signals
-
Also review the abuse dashboard: https://log.gitlab.net/app/kibana#/dashboard/AWSIfVZhTIzC7JP6Xxn1
## 2. Evaluate impact
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment