Skip to content

Commit

Permalink
[ELITE-7005] Cleanup after testing;
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderilyin committed Mar 19, 2018
1 parent b880994 commit f224b41
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 395 deletions.
3 changes: 2 additions & 1 deletion fluent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
<filter php.*>
@type map
time time
record ({"php_error_log" => {"error" => record["msg"].strip, "level" => record["severity"].upcase}})
# TODO install ruby to use `record["msg"].strip` & `record["severity"].upcase`.
record ({"php_error_log" => {"error" => record["msg"], "level" => record["severity"]}})
</filter>

<filter php.app-*>
Expand Down
90 changes: 0 additions & 90 deletions plugins/filter_map.rb

This file was deleted.

30 changes: 0 additions & 30 deletions plugins/map_config_param.rb

This file was deleted.

113 changes: 0 additions & 113 deletions plugins/map_support.rb

This file was deleted.

102 changes: 0 additions & 102 deletions plugins/out_map.rb

This file was deleted.

Loading

0 comments on commit f224b41

Please sign in to comment.