-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kibana 6.0.0-beta1 can't create index-pattern #13527
Comments
Looks like you're getting a 403 Forbidden. Are you using X-Pack? Can I also get the output from the server-side logs? |
Closing this due to lack of a response. Please re-open if this is still an issue. |
I am having the same issue with a completely fresh install of the 6.0.0 stack Kibana asks me to create an index pattern. When I hit the "Create" button, I get no response in the UI,. There is one index in the server with the name logstash-2017.11.27 |
Using 6.0.0 Similar problem. Hit the "Create" button , eventually get returned the same page. No error, and no index pattern created. |
Turned on debug logging in my elasticsearch server. Noticed this stack trace: |
I can confirm that, in my case, this was related to #13685, i.e. the .kibana index was read-only. |
Kibana version: 6.0.0-beta1
Elasticsearch version:6.0.0-beta1
Server OS version:windows 7
Browser version:60.0.3112.90 (Official Build) (64-bit) chrome
Browser OS version:
Description of the problem including expected versus actual behavior:
When I tried to create index-pattern to exist index, nothing happen, and got error POST http://localhost:5601/fwz/api/saved_objects/index-pattern 403 (Forbidden)
Steps to reproduce:
1.Go to mangment tab
2.fill index pattern name : logstash-*
3.Choose time filter field name: @timestamp
4. Click on create button
5. Nothing happend
6. open browser developer tools, and got error
Errors in browser console (if relevant):
POST http://localhost:5601/fwz/api/saved_objects/index-pattern 403 (Forbidden)
(anonymous) @ C:\Users\Itzhak\Documents\elk_dev\kibana\node_modules\angular\angular.js:10722
sendReq @ C:\Users\Itzhak\Documents\elk_dev\kibana\node_modules\angular\angular.js:10515
serverRequest @ C:\Users\Itzhak\Documents\elk_dev\kibana\node_modules\angular\angular.js:10222
processQueue @ C:\Users\Itzhak\Documents\elk_dev\kibana\node_modules\angular\angular.js:14745
(anonymous) @ C:\Users\Itzhak\Documents\elk_dev\kibana\node_modules\angular\angular.js:14761
$eval @ C:\Users\Itzhak\Documents\elk_dev\kibana\node_modules\angular\angular.js:15989
$digest @ C:\Users\Itzhak\Documents\elk_dev\kibana\node_modules\angular\angular.js:15800
$apply @ C:\Users\Itzhak\Documents\elk_dev\kibana\node_modules\angular\angular.js:16097
done @ C:\Users\Itzhak\Documents\elk_dev\kibana\node_modules\angular\angular.js:10546
completeRequest @ C:\Users\Itzhak\Documents\elk_dev\kibana\node_modules\angular\angular.js:10744
requestLoaded @ C:\Users\Itzhak\Documents\elk_dev\kibana\node_modules\angular\angular.js:10685
XMLHttpRequest.send (async)
(anonymous) @ C:\Users\Itzhak\Documents\elk_dev\kibana\node_modules\angular\angular.js:10722
sendReq @ C:\Users\Itzhak\Documents\elk_dev\kibana\node_modules\angular\angular.js:10515
serverRequest @ C:\Users\Itzhak\Documents\elk_dev\kibana\node_modules\angular\angular.js:10222
processQueue @ C:\Users\Itzhak\Documents\elk_dev\kibana\node_modules\angular\angular.js:14745
(anonymous) @ C:\Users\Itzhak\Documents\elk_dev\kibana\node_modules\angular\angular.js:14761
$eval @ C:\Users\Itzhak\Documents\elk_dev\kibana\node_modules\angular\angular.js:15989
$digest @ C:\Users\Itzhak\Documents\elk_dev\kibana\node_modules\angular\angular.js:15800
$apply @ C:\Users\Itzhak\Documents\elk_dev\kibana\node_modules\angular\angular.js:16097
(anonymous) @ C:\Users\Itzhak\Documents\elk_dev\kibana\node_modules\angular\angular.js:23554
dispatch @ C:\Users\Itzhak\Documents\elk_dev\kibana\node_modules\jquery\dist\jquery.js:4737
elemData.handle @ C:\Users\Itzhak\Documents\elk_dev\kibana\node_modules\jquery\dist\jquery.js:4549
C:\Users\Itzhak\Documents\elk_dev\kibana\node_modules\angular\angular.js:12477 Error: blocked by: [FORBIDDEN/12/index read-only / allow delete (api)];
at C:\Users\Itzhak\Documents\elk_dev\kibana\src\ui\public\saved_objects\saved_objects_client.js:284
at processQueue (C:\Users\Itzhak\Documents\elk_dev\kibana\node_modules\angular\angular.js:14745)
at C:\Users\Itzhak\Documents\elk_dev\kibana\node_modules\angular\angular.js:14761
at Scope.$eval (C:\Users\Itzhak\Documents\elk_dev\kibana\node_modules\angular\angular.js:15989)
at Scope.$digest (C:\Users\Itzhak\Documents\elk_dev\kibana\node_modules\angular\angular.js:15800)
at Scope.$apply (C:\Users\Itzhak\Documents\elk_dev\kibana\node_modules\angular\angular.js:16097)
at done (C:\Users\Itzhak\Documents\elk_dev\kibana\node_modules\angular\angular.js:10546)
at completeRequest (C:\Users\Itzhak\Documents\elk_dev\kibana\node_modules\angular\angular.js:10744)
at XMLHttpRequest.requestLoaded (C:\Users\Itzhak\Documents\elk_dev\kibana\node_modules\angular\angular.js:10685)
The text was updated successfully, but these errors were encountered: