mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 18:05:20 +00:00
Removed unused reference
This commit is contained in:
parent
0648d07070
commit
d907b9e242
@ -6,7 +6,6 @@ const yml = require('js-yaml');
|
||||
const path = require('path');
|
||||
const { log } = require('./logger');
|
||||
|
||||
const APP_OBJECTS_FILE = './integration-files/app-objects-file-alerts';
|
||||
const KIBANA_TEMPLATE = './integration-files/kibana-template';
|
||||
const knownFields = require('./integration-files/known-fields')
|
||||
|
||||
|
@ -7,8 +7,6 @@ const getPath = require('../util/get-path');
|
||||
const colors = require('ansicolors');
|
||||
const blueWazuh = colors.blue('wazuh');
|
||||
|
||||
const APP_OBJECTS_FILE = './integration-files/app-objects-file-monitoring';
|
||||
|
||||
const { log } = require('./logger');
|
||||
|
||||
module.exports = (server, options) => {
|
||||
|
Loading…
Reference in New Issue
Block a user