Skip to content

Commit 9119d9c

Browse files
committed
rename to logging
1 parent 597fd75 commit 9119d9c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

x-pack/plugin/security/src/main/java/module-info.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import org.elasticsearch.index.ActionLogFieldProvider;
99
import org.elasticsearch.reservedstate.ReservedStateHandlerProvider;
10-
import org.elasticsearch.xpack.security.slowlog.SecurityActionLogFieldProvider;
10+
import org.elasticsearch.xpack.security.logging.SecurityActionLogFieldProvider;
1111

1212
module org.elasticsearch.security {
1313
requires java.naming;
@@ -73,7 +73,7 @@
7373
exports org.elasticsearch.xpack.security.authz to org.elasticsearch.internal.security;
7474
exports org.elasticsearch.xpack.security.authc to org.elasticsearch.xcontent, org.elasticsearch.internal.security;
7575
exports org.elasticsearch.xpack.security.authc.saml to org.elasticsearch.internal.security;
76-
exports org.elasticsearch.xpack.security.slowlog to org.elasticsearch.server;
76+
exports org.elasticsearch.xpack.security.logging to org.elasticsearch.server;
7777
exports org.elasticsearch.xpack.security.authc.support to org.elasticsearch.internal.security;
7878
exports org.elasticsearch.xpack.security.rest.action.apikey to org.elasticsearch.internal.security;
7979
exports org.elasticsearch.xpack.security.support to org.elasticsearch.internal.security;

x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/slowlog/SecurityActionLogFieldProvider.java renamed to x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/logging/SecurityActionLogFieldProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* 2.0.
66
*/
77

8-
package org.elasticsearch.xpack.security.slowlog;
8+
package org.elasticsearch.xpack.security.logging;
99

1010
import org.elasticsearch.index.ActionLogFieldProvider;
1111
import org.elasticsearch.index.ActionLogFields;

x-pack/plugin/security/src/main/resources/META-INF/services/org.elasticsearch.index.ActionLogFieldProvider

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# 2.0.
66
#
77

8-
org.elasticsearch.xpack.security.slowlog.SecurityActionLogFieldProvider
8+
org.elasticsearch.xpack.security.logging.SecurityActionLogFieldProvider

0 commit comments

Comments
 (0)