Commit 1b050563 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch 'remove_difference_in_format_for_index' into 'master'

Remove difference in format for ELK daily indices

See merge request gitlab-org/gitlab!36469
parents 1f632da5 2fb64ea0
......@@ -85,7 +85,7 @@ module Security
# indices
def indices
(@from.to_date..@to.to_date).map do |day|
chart_above_v3? ? "filebeat-*-#{day.strftime('%Y.%m.%d')}-*" : "filebeat-*-#{day.strftime('%Y.%m.%d')}"
"filebeat-*-#{day.strftime('%Y.%m.%d')}"
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment