UNPKG

kibana-with-account

Version:

kibana-with-account is develop based kibana project

40 lines 705 B
define(function (require) { return { test: { mappings: { testType: { 'baz': { full_name: 'baz', mapping: { bar: { type: 'long' } } }, 'foo.bar': { full_name: 'foo.bar', mapping: { bar: { type: 'string' } } } } } }, duplicates: { mappings: { testType: { 'baz': { full_name: 'baz', mapping: { bar: { type: 'date' } } } } } } }; });