UNPKG

@spalger/kibana

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

19 lines (14 loc) 600 B
<kbn-settings-app section="indices"> <kbn-settings-indices> <div class="page-header"> <kbn-settings-index-header index-pattern="fieldSettings.indexPattern"></kbn-settings-index-header> <h2 ng-if="fieldSettings.mode === 'create'"> Create {{ fieldSettings.field.scripted ? 'Scripted ' : '' }}Field </h2> <h2 ng-if="fieldSettings.mode === 'edit'"> {{ fieldSettings.field.name }} </h2> </div> <field-editor index-pattern="fieldSettings.indexPattern" field="fieldSettings.field"></field-editor> </kbn-settings-indices> </kbn-settings-app>