kibana-riya
Version:
Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elastic
45 lines (43 loc) • 741 B
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', {
value: true
});
exports['default'] = {
_source: {
type: '_source',
indexed: false,
analyzed: false,
doc_values: false
},
_index: {
type: 'string',
indexed: false,
analyzed: false,
doc_values: false
},
_type: {
type: 'string',
indexed: false,
analyzed: false,
doc_values: false
},
_id: {
type: 'string',
indexed: false,
analyzed: false,
doc_values: false
},
_timestamp: {
type: 'date',
indexed: true,
analyzed: false,
doc_values: false
},
_score: {
type: 'number',
indexed: false,
analyzed: false,
doc_values: false
}
};
module.exports = exports['default'];