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

26 lines (25 loc) 1.11 kB
<kbn-settings-app section="advanced"> <kbn-settings-advanced class="container"> <div class="bs-callout bs-callout-warning"> <h4>Caution: You can break stuff here</h4> Be careful in here, these settings are for very advanced users only. Tweaks you make here can break large portions of Kibana. Some of these settings may be undocumented, unsupported or experimental. Blanking a field will cause Kibana to use its internal defaults which may be unacceptable given other configuration directives. </div> <form role="form"> <input aria-label="Filter" ng-model="advancedFilter" class="form-control span12" type="text" placeholder="Filter"/> </form> <table class="table"> <thead> <tr> <th>Name</th> <th>Value</th> <th>Actions <kbn-info info="Edit or restore the default value."></kbn-info></th> </tr> </thead> <tbody> <tr ng-repeat="conf in configs | filter:advancedFilter" advanced-row="conf" configs="configs"></tr> </tbody> </table> </kbn-settings-advanced> </kbn-settings-app>