Skip to content

Commit ff86773

Browse files
fix[backend](integrations): changed naming convention of custom integrations so data flows to them (#2322)
Signed-off-by: Alex Sánchez <alex.sanchez@utmstack.com>
1 parent 46d18d9 commit ff86773

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package constants
22

33
const(
4-
CUSTOM_INDEX_PREFIX = "custom";
4+
CUSTOM_INDEX_PREFIX = "v11-log";
55
)

0 commit comments

Comments
 (0)