File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ class LogStash::Outputs::ElasticSearch < LogStash::Outputs::Base
57
57
# This configuration option defines how the template is named inside Elasticsearch
58
58
# Note that if you have used the template management features and subsequently
59
59
# change this you will need to prune the old template manually, e.g.
60
- # curl -XDELETE http://localhost:9200/_template/OLD_template_name?pretty
60
+ # curl -XDELETE < http://localhost:9200/_template/OLD_template_name?pretty>
61
61
# where OLD_template_name is whatever the former setting was.
62
62
config :template_name , :validate => :string , :default => "logstash"
63
63
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ class LogStash::Outputs::ElasticSearchHTTP < LogStash::Outputs::Base
39
39
# This configuration option defines how the template is named inside Elasticsearch
40
40
# Note that if you have used the template management features and subsequently
41
41
# change this you will need to prune the old template manually, e.g.
42
- # curl -XDELETE http://localhost:9200/_template/OLD_template_name?pretty
42
+ # curl -XDELETE < http://localhost:9200/_template/OLD_template_name?pretty>
43
43
# where OLD_template_name is whatever the former setting was.
44
44
config :template_name , :validate => :string , :default => "logstash"
45
45
You can’t perform that action at this time.
0 commit comments