We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a26e0 commit e1198c3Copy full SHA for e1198c3
components/analytics/logstash/logstash.conf
@@ -124,15 +124,15 @@ output {
124
if [type] == "client" {
125
elasticsearch {
126
hosts => ["${LOGSTASH_OUTPUT_HOST}"]
127
- index => "cvat.client"
+ index => "%{[@metadata][target_index_client]}"
128
user => "${LOGSTASH_OUTPUT_USER:}"
129
password => "${LOGSTASH_OUTPUT_PASS:}"
130
manage_template => false
131
}
132
} else if [type] == "server" {
133
134
135
- index => "cvat.server"
+ index => "%{[@metadata][target_index_server]}"
136
137
138
0 commit comments