elasticsearch-tools
Version:
Elasticsearch command line tools for importing, exporting, etc
10 lines (8 loc) • 385 B
JavaScript
require('./exporter').indicesExport('getAlias', 'aliases', {
index: 'String, String[], Boolean — A comma-separated list of index names',
local:
'Boolean — Return local information, do not retrieve the state from master node (default: false)',
name:
'String, String[], Boolean — The name of the settings that should be included'
});