when output to es  i see the docs at https://www.elastic.co/guide/en/logstash/5.6/plugins-outputs-elasticsearch.html#plugins-outputs-elasticsearch-workers
i see it can add the workers  but when add the es is output error can't start
error is:
[2018-04-11T10:50:09,233][ERROR][logstash.agent ] Cannot create pipeline {:reason=>"You are using a plugin that doesn't support workers but have set the workers value explicitly! This plugin uses the shared and doesn't need this option"}
configure output file is:
 output {
  elasticsearch { 
  hosts => ["xx:9200","xx:9200","xx:9200","xx:9200","xx:9200"] 
  user => "xx" 
  password => "xx" 
  index => "xxx-data-%{+YYYY.MM.dd}" 
  document_type => "docs" 
  id => "toes"
  workers => 8
  }
 }
when setting workers logstash can't start.