fix(core): update

This commit is contained in:
Philipp Kunz 2023-07-05 10:25:59 +02:00
parent a0be0edd9d
commit f3aa94dcb7
3 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,4 @@
required:
- ELK_DOMAIN
- ELK_PORT
- ELK_NODE
- ELK_USER
- ELK_PASS

View File

@ -10,7 +10,7 @@ tap.test('first test', async () => {
testElasticLog = new elasticsearch.ElasticSearch({
indexPrefix: 'smartlog',
indexRetention: 7,
node: testQenv.getEnvVarOnDemand('ELK_DOMAIN'),
node: testQenv.getEnvVarOnDemand('ELK_NODE'),
user: '',
pass: '',
});

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiclient.xyz/elasticsearch',
version: '1.0.40',
version: '1.0.41',
description: 'log to elasticsearch in a kibana compatible format'
}