Hello i solved this error via providing the log path as string
now this is error
org.elasticsearch.bootstrap.StartupException: BindTransportException[Failed to bind to [9300-9400]]; nested: BindException[Cannot assign requested address];
Caused by: java.net.BindException: Cannot assign requested address
this is my configuration
discovery.zen.ping.unicast.hosts:
- 192.168.0.1:9200
- 192.168.0.2:9200
- 192.168.0.3:9200