Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion spec/integration/outputs/metrics_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
require "logstash/outputs/elasticsearch"
settings = {
"manage_template" => false,
"hosts" => "#{get_host_port()}"
"hosts" => "#{get_host_port()}",
"index" => "custom_index_#{rand(10000)}"
}
plugin = LogStash::Outputs::ElasticSearch.new(settings)
end
Expand Down