You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/doc/admin-guide/options/persist-name.md
+4
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,10 @@ drivers:
9
9
10
10
> Error checking the uniqueness of the persist names, please override it with persist-name option. Shutting down.
11
11
12
+
or
13
+
14
+
> Automatic assignment of persist names failed, as conflicting persist names were found. Please override the automatically assigned identifier using an explicit persist-name() option or remove the duplicated configuration elements.
15
+
12
16
This error happens if you use identical drivers in multiple sources, for
13
17
example, if you configure two file sources to read from the same file.
14
18
In this case, set the persist-name() of the drivers to a custom string,
0 commit comments