Elasticsearchのインデックス名をconfigで変更できるように (#5257)
This commit is contained in:
@@ -28,6 +28,7 @@ export type Source = {
|
||||
host: string;
|
||||
port: number;
|
||||
pass: string;
|
||||
index?: string;
|
||||
};
|
||||
|
||||
autoAdmin?: boolean;
|
||||
|
Reference in New Issue
Block a user