ElasticSearchで認証ができるように (#6158)
This commit is contained in:
parent
f2f7f532a0
commit
5bbd4ae703
3 changed files with 10 additions and 3 deletions
|
@ -27,9 +27,10 @@ export type Source = {
|
|||
elasticsearch: {
|
||||
host: string;
|
||||
port: number;
|
||||
pass: string;
|
||||
index?: string;
|
||||
ssl?: boolean;
|
||||
user?: string;
|
||||
pass?: string;
|
||||
index?: string;
|
||||
};
|
||||
|
||||
proxy?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue