Skip to content

Instantly share code, notes, and snippets.

@Bargs
Created March 2, 2016 17:56
Show Gist options
  • Save Bargs/95511086a30b61560f84 to your computer and use it in GitHub Desktop.
Save Bargs/95511086a30b61560f84 to your computer and use it in GitHub Desktop.
dev: {
options: {
directory: resolve(directory, 'dev'),
plugins: [{
name: 'ingest-geoip',
path: 'file:///Users/matt/Code/elasticsearch/plugins/ingest-geoip/build/distributions/ingest-geoip-5.0.0-SNAPSHOT.zip'
}],
config: {
path: {
data: dataDir
},
cluster: {
name: 'esvm-dev'
}
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment