File tree 1 file changed +17
-1
lines changed
1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,20 @@ The role definition might be missing or invalid.
107
107
108
108
|======================
109
109
110
- To help track down these possibilities, add the following lines to the end of
110
+ To help track down these possibilities, enable additional logging to troubleshoot further.
111
+ You can enable debug logging by configuring the following persistent setting:
112
+
113
+ [source, console]
114
+ ----
115
+ PUT /_cluster/settings
116
+ {
117
+ "persistent": {
118
+ "logger.org.elasticsearch.xpack.security.authc": "debug"
119
+ }
120
+ }
121
+ ----
122
+
123
+ Alternatively, you can add the following lines to the end of
111
124
the `log4j2.properties` configuration file in the `ES_PATH_CONF`:
112
125
113
126
[source,properties]
@@ -116,6 +129,9 @@ logger.authc.name = org.elasticsearch.xpack.security.authc
116
129
logger.authc.level = DEBUG
117
130
----------------
118
131
132
+ Refer to <<configuring-logging-levels,configuring logging levels>> for more
133
+ information.
134
+
119
135
A successful authentication should produce debug statements that list groups and
120
136
role mappings.
121
137
--
You can’t perform that action at this time.
0 commit comments