My Config.. What do you think

Hello all,

Could you have a look at my config.
Is there any areas I can improve.
Master First

network:
host: velasticftl01.domain.com
publishHost: velasticftl02.domain.com
transport:
netty:
port: 9400
http:
netty:
enabled: true
port: 9401
cluster:
name: Ftl_ES_Cluster
discovery:
jgroups:
config: tcp
bind_port: 9700
bind_addr: velasticftl01.domain.com
tcpping:
initial_hosts: velasticftl01.domain.com[9700],velasticftl02.domain.com[9700]
gateway:
type: fs
fs:
location: /opt/es_data/ # shared dir, eg NFS
index :
analysis :
analyzer :
mainsearch:
type : standard
stopwords : [stop1, stop2]

Now this is one the slaves

network:
host: velasticftl02.Domain.com
cluster:
name: Ftl_ES_Cluster
gateway:
type: fs
fs:
location: /opt/es_data/ # shared dir, eg NFS
http:
netty:
enabled: true
port: 9401
index :
analysis :
analyzer :
mainsearch:
type : standard
stopwords : [stop1, stop2]

Thanks....