Removed unused reference

This commit is contained in:
Jesús Ángel González 2018-04-09 18:55:52 +02:00 committed by Jesús Ángel
parent 0648d07070
commit d907b9e242
2 changed files with 0 additions and 3 deletions

View File

@ -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')

View File

@ -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) => {