Issue in Creat Index Pattren in Kibana 7.3 "Error:: Forbidden"

Hi,
concept i am trying :: Filebeat--> ELasticsearch--> Kibana
all 3 are running fine in console no error but in kibana while creating the index i am facing "Error:: Forbidden"

server :: redhat 7.6
installation :: through tar.gz file

config in filebeat.yml
enabled: true
paths:
- /var/log/httpd/access
setup.kibana:
host: "15.140.2.227:5601"
output.elasticsearch:
hosts: ["15.140.2.227:9200"]

and

config in kibana.yml server.port: 5601 server.host: "15.140.2.227" elasticsearch.hosts: ["http://15.140.2.227:9200"]

command used from filebeat :: ./filebeat -c filebeat.yml -strict.perms=false

kindly help me out from this issue

Thanks
Sachin

Hi SachinRaj,

Can you run the following code after opening the dev tool?
You can try indexing again later

PUT .kibana/_settings
{
"index.blocks.read_only_allow_delete": null
}

Dear Eogredic,

Thanks a lot for your Reply
unfortunately My Linux Server Crashed trying to rebuild hence i am unable to check
but i did try the same setup in windows 10 Laptop it is working fine without any issue

Thanks
Sachin

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.