feat: loggers + search engines models
This commit is contained in:
8
server/modules/logging/logstash/definition.yml
Normal file
8
server/modules/logging/logstash/definition.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
key: logstash
|
||||
title: Logstash
|
||||
description: Logstash is an open source tool for collecting, parsing, and storing logs for future use.
|
||||
author: requarks.io
|
||||
logo: https://static.requarks.io/logo/logstash.svg
|
||||
website: https://www.elastic.co/products/logstash
|
||||
defaultLevel: warn
|
||||
props: {}
|
9
server/modules/logging/logstash/logger.js
Normal file
9
server/modules/logging/logstash/logger.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// ------------------------------------
|
||||
// Logstash
|
||||
// ------------------------------------
|
||||
|
||||
module.exports = {
|
||||
init (logger, conf) {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user