Add ssl to elasticsearch config settings (#5527)
This commit is contained in:
@@ -29,6 +29,7 @@ export type Source = {
|
||||
port: number;
|
||||
pass: string;
|
||||
index?: string;
|
||||
ssl?: boolean;
|
||||
};
|
||||
|
||||
autoAdmin?: boolean;
|
||||
|
Reference in New Issue
Block a user