Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvg committed Jan 24, 2025
1 parent b9c8d96 commit 3b4f3ac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
import java.util.function.Supplier;

/**
* A component that check in the background whether there are data streams that match log-*-* pattern and if so records this as persistent
* setting in cluster state. If logs-*-* data stream usage has been found then this component will no longer in the background.
* A component that checks in the background whether there are data streams that match log-*-* pattern and if so records this as persistent
* setting in cluster state. If logs-*-* data stream usage has been found then this component will no longer run in the background.
*/
final class LogsPatternUsageService implements LocalNodeMasterListener {

Expand Down

0 comments on commit 3b4f3ac

Please sign in to comment.