------------------------------- elasticsearch download zip elasticsearch.yml: # allow CORS requests from https://tauri.localhost http.cors.enabled: true http.cors.allow-origin: "https://tauri.localhost" # and if your cluster uses authorization: http.cors.allow-headers: X-Requested-With,Content-Type,Content-Length,Authorization action.auto_create_index: .monitoring*,.watches,.triggered_watches,.watcher-history*,.ml* roles.yml: # The default roles file is empty as the preferred method of defining roles is # through the API/UI. File based roles are useful in error scenarios when the # API based roles may not be available. admins: cluster: - all indices: - names: - "*" privileges: - all devs: cluster: - manage indices: - names: - "*" privileges: - write ...