Skip to content

Commit e9e4924

Browse files
[ELITE-7005] Limit new filter only to one type of log;
1 parent f224b41 commit e9e4924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluent.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
tag php.app-access
4949
</source>
5050

51-
<filter php.*>
51+
<filter php.error>
5252
@type map
5353
time time
5454
# TODO install ruby to use `record["msg"].strip` & `record["severity"].upcase`.

0 commit comments

Comments
 (0)