Skip to content

Commit

Permalink
undo bits
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkyle committed Jan 13, 2025
1 parent a0cf0ad commit 3534596
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ private static void onIndexResponse(DocWriteResponse response) {
}

private static void onIndexFailure(Exception exception) {
logger.error("Failed to write audit message", exception);
logger.debug("Failed to write audit message", exception);
}

protected void indexDoc(ToXContent toXContent) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

public class UnifiedCompletionAction extends ActionType<InferenceAction.Response> {
public static final UnifiedCompletionAction INSTANCE = new UnifiedCompletionAction();
public static final String NAME = "cluster:internal/xpack/inference/unified";
public static final String NAME = "cluster:monitor/xpack/inference/unified";

public UnifiedCompletionAction() {
super(NAME);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,7 @@
"hidden": true
}
},
"mappings" : ${xpack.ml.notifications.mappings},
"aliases" : {
".ml-notifications-write": {
"is_hidden": true,
"is_write_index": true
}
}
"mappings" : ${xpack.ml.notifications.mappings}
},
"_meta" : {
"description": "index template for ML notifications indices",
Expand Down

0 comments on commit 3534596

Please sign in to comment.