mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(Elasticsearch Node): Add 'Source Excludes' and 'Source Includes' options on 'Document: getAll' operation (#3660)
* Added 'Source Excludes' and 'Source Includes' options on 'document: getAll' operation * Updated credentials to use new system Co-authored-by: mp <miguel@mconf.com> Co-authored-by: miguel-mconf <107938570+miguel-mconf@users.noreply.github.com> Co-authored-by: Jan Oberhauser <janober@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
eae9a60a43
commit
8999403228
@@ -55,10 +55,7 @@ export class ElasticsearchApi implements ICredentialType {
|
||||
test: ICredentialTestRequest = {
|
||||
request: {
|
||||
baseURL: '={{$credentials.baseUrl}}',
|
||||
auth: {
|
||||
username: '=${{credentias.username}}',
|
||||
password: '=${{credentials.password}}',
|
||||
},
|
||||
url: '',
|
||||
url: '/_xpack?human=false',
|
||||
},
|
||||
};}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user