forked from cloudfoundry-community/logsearch-boshrelease
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow disabling default elasticsearch output for parser job
Fix for cloudfoundry-community#8. Property 'logstash_parser.outputs' is set with list of logstash output plugins, by default it is set to 'elasticsearch' plugin. Rename 'logstash_parser' elasticsearch properties to follow the same naming convention - 'logstash_parser.elasticsearch.*'. Add logstash-templates tests to test input_and_output.conf.erb template with different configurations. Minor reqork in test scripts - all tests are run with default rake task, remove target folder from git. Use FileUtils.* methods in Rakefile 'cleanup' tasks.
- Loading branch information
1 parent
e77c9d5
commit 0b3fcf0
Showing
28 changed files
with
401 additions
and
370 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file was deleted.
Oops, something went wrong.
205 changes: 0 additions & 205 deletions
205
src/logsearch-config/target/logstash-filters-default.conf
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.