<pclass="md-body-1"><strong>Note:</strong> The chosen index pattern must use the template for Wazuh alerts, otherwise, you won't be able to select it.</p>
<selectclass="kuiSelect wz-border-none cursor-pointer"ng-model="ctrl.selectedIndexPattern"ng-change="ctrl.changeIndexPattern(ctrl.selectedIndexPattern)"aria-label="Select index pattern">
<optionng-repeat="indexPattern in ctrl.indexPatterns | orderObjectBy:'title'"value="{{indexPattern.id}}">{{indexPattern.title}}</option>