kibana-123
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
39 lines (38 loc) • 618 B
JavaScript
export 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
}
};