Add ssl to elasticsearch config settings (#5527)
This commit is contained in:
parent
f180f02dd1
commit
97b6af62fe
3 changed files with 2 additions and 1 deletions
|
@ -29,6 +29,7 @@ export type Source = {
|
|||
port: number;
|
||||
pass: string;
|
||||
index?: string;
|
||||
ssl?: boolean;
|
||||
};
|
||||
|
||||
autoAdmin?: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue