diff --git a/config/serverless.yml b/config/serverless.yml index 4342054500a675a..43e9b86eb1f4a4a 100644 --- a/config/serverless.yml +++ b/config/serverless.yml @@ -77,3 +77,16 @@ console.autocompleteDefinitions.endpointsAvailability: serverless # Allow authentication via the Elasticsearch JWT realm with the `shared_secret` client authentication type. elasticsearch.requestHeadersWhitelist: ["authorization", "es-client-authentication"] + +# Visualizations editors readonly settings +vis_type_gauge.readOnly: true +vis_type_heatmap.readOnly: true +vis_type_metric.readOnly: true +vis_type_pie.readOnly: true +vis_type_table.readOnly: true +vis_type_tagcloud.readOnly: true +vis_type_timelion.readOnly: true +vis_type_timeseries.readOnly: true +vis_type_vislib.readOnly: true +vis_type_xy.readOnly: true +input_control_vis.readOnly: true