I hereby claim:
- I am inqueue on github.
- I am inqueue (https://keybase.io/inqueue) on keybase.
- I have a public key ASCyxhhPiLRhxf3PE5riVWdmlA82DFGNxDBt-AtVgdoDzQo
To claim this, I am signing this object:
| DELETE security-logs | |
| POST security-logs/event/_bulk | |
| {"index":{}} | |
| { "event": "login", "user": "aardvark", "password": "squishy"} | |
| {"index":{}} | |
| { "event": "login", "user": "squishy", "password": "aardvark"} | |
| {"index":{}} | |
| { "event": "access", "application": "nginx", "ip": "10.1.1.1"} |
| ### Checking and verification ### | |
| # Check a certificate signing requested | |
| openssl req -text -noout -verify -in node_sign_request.csr | |
| # Check a private key | |
| openssl rsa -in node.key -check | |
| # Check a certificate | |
| openssl x509 -in node.crt -text -noout |
| PUT _xpack/watcher/watch/purge_indices | |
| { | |
| "trigger": { | |
| "schedule": { | |
| "interval": "24h" | |
| } | |
| }, | |
| "input": { | |
| "search": { | |
| "request": { |
I hereby claim:
To claim this, I am signing this object:
| PUT names | |
| { | |
| "settings": { | |
| "analysis": { | |
| "analyzer": { | |
| "my_analyzer": { | |
| "tokenizer": "my_tokenizer" | |
| } | |
| }, | |
| "tokenizer": { |
PUT _xpack/watcher/watch/purge_indices
{
"trigger": {
"schedule": {
"interval": "24h"
}
},
"input": {
"search": {
| POST metricbeat/_search | |
| { | |
| "size": 0, | |
| "aggs": { | |
| "date_histo": { | |
| "date_histogram": { | |
| "field": "@timestamp", | |
| "interval": "day" | |
| } | |
| }, |
Fixes this error when starting Kibana 6.5.0 when Security is enabled and using the default kibana user.
log [17:58:17.221] [error][status][plugin:[email protected]] Status changed from yellow to red - action [indices:data/read/get] is unauthorized for user [kibana]: [security_exception] action [indices:data/read/get] is unauthorized for user [kibana]
error [17:58:17.227] [fatal][root] [security_exception] action [indices:data/read/get] is unauthorized for user [kibana] :: {"path":"/_tasks/09ge3Z3xQliEfF18KTiZ5Q%3A305","query":{},"statusCode":403,"response":"{\"error\":{\"root_cause\":[{\"type\":\"security_exception\",\"reason\":\"action [indices:data/read/get] is unauthorized for user [kibana]\"}],\"type\":\"security_exception\",\"reason\":\"action [indices:data/read/get] is unauthorized for user [kibana]\"},\"status\":403}"}
at respond (/Users/jbryan/stack/6.4/kibana-6.5.0-darwin-x86_64-kibana_issue/node_modules/elasticsearch/src/lib/transport.js:308:15)
at checkRespForFailure (/Users/jbryan/sta
| xpack.security: | |
| enabled: true | |
| http: | |
| ssl: | |
| enabled: false | |
| transport: | |
| ssl: | |
| enabled: true | |
| key: /etc/elasticsearch/${HOSTNAME}/${HOSTNAME}.key | |
| certificate: /etc/elasticsearch/${HOSTNAME}/${HOSTNAME}.crt |