fix(core): update
This commit is contained in:
parent
a0be0edd9d
commit
f3aa94dcb7
3
qenv.yml
3
qenv.yml
@ -1,5 +1,4 @@
|
||||
required:
|
||||
- ELK_DOMAIN
|
||||
- ELK_PORT
|
||||
- ELK_NODE
|
||||
- ELK_USER
|
||||
- ELK_PASS
|
@ -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: '',
|
||||
});
|
||||
|
@ -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'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user