File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,7 @@ const (
40
40
// IndexOptions describes the index format and rollover frequency
41
41
type IndexOptions struct {
42
42
// Priority contains the priority of index template (ESv8 only).
43
- Priority int64 `mapstructure:"priority"`
44
- // DateLayout contains the format string used to format current time to part of the index name.
45
- // For example, "2006-01-02" layout will result in "jaeger-spans-yyyy-mm-dd".
46
- // If not specified, the default value is "2006-01-02".
47
- // See https://pkg.go.dev/time#Layout for more details on the syntax.
43
+ Priority int64 `mapstructure:"priority"`
48
44
DateLayout string `mapstructure:"date_layout"`
49
45
// Shards is the number of shards per index in Elasticsearch.
50
46
Shards int64 `mapstructure:"shards"`
You can’t perform that action at this time.
0 commit comments