fix(core): update
This commit is contained in:
parent
a0be0edd9d
commit
f3aa94dcb7
3
qenv.yml
3
qenv.yml
@ -1,5 +1,4 @@
|
|||||||
required:
|
required:
|
||||||
- ELK_DOMAIN
|
- ELK_NODE
|
||||||
- ELK_PORT
|
|
||||||
- ELK_USER
|
- ELK_USER
|
||||||
- ELK_PASS
|
- ELK_PASS
|
@ -10,7 +10,7 @@ tap.test('first test', async () => {
|
|||||||
testElasticLog = new elasticsearch.ElasticSearch({
|
testElasticLog = new elasticsearch.ElasticSearch({
|
||||||
indexPrefix: 'smartlog',
|
indexPrefix: 'smartlog',
|
||||||
indexRetention: 7,
|
indexRetention: 7,
|
||||||
node: testQenv.getEnvVarOnDemand('ELK_DOMAIN'),
|
node: testQenv.getEnvVarOnDemand('ELK_NODE'),
|
||||||
user: '',
|
user: '',
|
||||||
pass: '',
|
pass: '',
|
||||||
});
|
});
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@apiclient.xyz/elasticsearch',
|
name: '@apiclient.xyz/elasticsearch',
|
||||||
version: '1.0.40',
|
version: '1.0.41',
|
||||||
description: 'log to elasticsearch in a kibana compatible format'
|
description: 'log to elasticsearch in a kibana compatible format'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user