|
1645 | 1645 | "overrides": { |
1646 | 1646 | "type": "flattened", |
1647 | 1647 | "index": false |
| 1648 | + }, |
| 1649 | + "keep_monitoring_alive": { |
| 1650 | + "type": "boolean" |
1648 | 1651 | } |
1649 | 1652 | } |
1650 | 1653 | }, |
|
2594 | 2597 | "dynamic": false, |
2595 | 2598 | "properties": {} |
2596 | 2599 | }, |
| 2600 | + "infrastructure-ui-source": { |
| 2601 | + "dynamic": false, |
| 2602 | + "properties": {} |
| 2603 | + }, |
| 2604 | + "inventory-view": { |
| 2605 | + "dynamic": false, |
| 2606 | + "properties": {} |
| 2607 | + }, |
| 2608 | + "metrics-explorer-view": { |
| 2609 | + "dynamic": false, |
| 2610 | + "properties": {} |
| 2611 | + }, |
| 2612 | + "upgrade-assistant-reindex-operation": { |
| 2613 | + "dynamic": false, |
| 2614 | + "properties": { |
| 2615 | + "indexName": { |
| 2616 | + "type": "keyword" |
| 2617 | + }, |
| 2618 | + "status": { |
| 2619 | + "type": "integer" |
| 2620 | + } |
| 2621 | + } |
| 2622 | + }, |
| 2623 | + "upgrade-assistant-ml-upgrade-operation": { |
| 2624 | + "dynamic": false, |
| 2625 | + "properties": { |
| 2626 | + "snapshotId": { |
| 2627 | + "type": "text", |
| 2628 | + "fields": { |
| 2629 | + "keyword": { |
| 2630 | + "type": "keyword", |
| 2631 | + "ignore_above": 256 |
| 2632 | + } |
| 2633 | + } |
| 2634 | + } |
| 2635 | + } |
| 2636 | + }, |
| 2637 | + "monitoring-telemetry": { |
| 2638 | + "properties": { |
| 2639 | + "reportedClusterUuids": { |
| 2640 | + "type": "keyword" |
| 2641 | + } |
| 2642 | + } |
| 2643 | + }, |
| 2644 | + "apm-telemetry": { |
| 2645 | + "dynamic": false, |
| 2646 | + "properties": {} |
| 2647 | + }, |
| 2648 | + "apm-server-schema": { |
| 2649 | + "properties": { |
| 2650 | + "schemaJson": { |
| 2651 | + "type": "text", |
| 2652 | + "index": false |
| 2653 | + } |
| 2654 | + } |
| 2655 | + }, |
| 2656 | + "apm-service-group": { |
| 2657 | + "properties": { |
| 2658 | + "groupName": { |
| 2659 | + "type": "keyword" |
| 2660 | + }, |
| 2661 | + "kuery": { |
| 2662 | + "type": "text" |
| 2663 | + }, |
| 2664 | + "description": { |
| 2665 | + "type": "text" |
| 2666 | + }, |
| 2667 | + "color": { |
| 2668 | + "type": "text" |
| 2669 | + } |
| 2670 | + } |
| 2671 | + }, |
| 2672 | + "apm-custom-dashboards": { |
| 2673 | + "properties": { |
| 2674 | + "dashboardSavedObjectId": { |
| 2675 | + "type": "keyword" |
| 2676 | + }, |
| 2677 | + "kuery": { |
| 2678 | + "type": "text" |
| 2679 | + }, |
| 2680 | + "serviceEnvironmentFilterEnabled": { |
| 2681 | + "type": "boolean" |
| 2682 | + }, |
| 2683 | + "serviceNameFilterEnabled": { |
| 2684 | + "type": "boolean" |
| 2685 | + } |
| 2686 | + } |
| 2687 | + }, |
| 2688 | + "enterprise_search_telemetry": { |
| 2689 | + "dynamic": false, |
| 2690 | + "properties": {} |
| 2691 | + }, |
| 2692 | + "app_search_telemetry": { |
| 2693 | + "dynamic": false, |
| 2694 | + "properties": {} |
| 2695 | + }, |
| 2696 | + "workplace_search_telemetry": { |
| 2697 | + "dynamic": false, |
| 2698 | + "properties": {} |
| 2699 | + }, |
2597 | 2700 | "siem-ui-timeline-note": { |
2598 | 2701 | "properties": { |
2599 | 2702 | "eventId": { |
|
3055 | 3158 | "index": false |
3056 | 3159 | } |
3057 | 3160 | } |
3058 | | - }, |
3059 | | - "infrastructure-ui-source": { |
3060 | | - "dynamic": false, |
3061 | | - "properties": {} |
3062 | | - }, |
3063 | | - "inventory-view": { |
3064 | | - "dynamic": false, |
3065 | | - "properties": {} |
3066 | | - }, |
3067 | | - "metrics-explorer-view": { |
3068 | | - "dynamic": false, |
3069 | | - "properties": {} |
3070 | | - }, |
3071 | | - "upgrade-assistant-reindex-operation": { |
3072 | | - "dynamic": false, |
3073 | | - "properties": { |
3074 | | - "indexName": { |
3075 | | - "type": "keyword" |
3076 | | - }, |
3077 | | - "status": { |
3078 | | - "type": "integer" |
3079 | | - } |
3080 | | - } |
3081 | | - }, |
3082 | | - "upgrade-assistant-ml-upgrade-operation": { |
3083 | | - "dynamic": false, |
3084 | | - "properties": { |
3085 | | - "snapshotId": { |
3086 | | - "type": "text", |
3087 | | - "fields": { |
3088 | | - "keyword": { |
3089 | | - "type": "keyword", |
3090 | | - "ignore_above": 256 |
3091 | | - } |
3092 | | - } |
3093 | | - } |
3094 | | - } |
3095 | | - }, |
3096 | | - "monitoring-telemetry": { |
3097 | | - "properties": { |
3098 | | - "reportedClusterUuids": { |
3099 | | - "type": "keyword" |
3100 | | - } |
3101 | | - } |
3102 | | - }, |
3103 | | - "apm-telemetry": { |
3104 | | - "dynamic": false, |
3105 | | - "properties": {} |
3106 | | - }, |
3107 | | - "apm-server-schema": { |
3108 | | - "properties": { |
3109 | | - "schemaJson": { |
3110 | | - "type": "text", |
3111 | | - "index": false |
3112 | | - } |
3113 | | - } |
3114 | | - }, |
3115 | | - "apm-service-group": { |
3116 | | - "properties": { |
3117 | | - "groupName": { |
3118 | | - "type": "keyword" |
3119 | | - }, |
3120 | | - "kuery": { |
3121 | | - "type": "text" |
3122 | | - }, |
3123 | | - "description": { |
3124 | | - "type": "text" |
3125 | | - }, |
3126 | | - "color": { |
3127 | | - "type": "text" |
3128 | | - } |
3129 | | - } |
3130 | | - }, |
3131 | | - "apm-custom-dashboards": { |
3132 | | - "properties": { |
3133 | | - "dashboardSavedObjectId": { |
3134 | | - "type": "keyword" |
3135 | | - }, |
3136 | | - "kuery": { |
3137 | | - "type": "text" |
3138 | | - }, |
3139 | | - "serviceEnvironmentFilterEnabled": { |
3140 | | - "type": "boolean" |
3141 | | - }, |
3142 | | - "serviceNameFilterEnabled": { |
3143 | | - "type": "boolean" |
3144 | | - } |
3145 | | - } |
3146 | | - }, |
3147 | | - "enterprise_search_telemetry": { |
3148 | | - "dynamic": false, |
3149 | | - "properties": {} |
3150 | | - }, |
3151 | | - "app_search_telemetry": { |
3152 | | - "dynamic": false, |
3153 | | - "properties": {} |
3154 | | - }, |
3155 | | - "workplace_search_telemetry": { |
3156 | | - "dynamic": false, |
3157 | | - "properties": {} |
3158 | 3161 | } |
3159 | 3162 | } |
0 commit comments