You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ Replace `[your-api-key]` with the ingest key obtained from the New Relic platfor
94
94
| maxMessageSize | No | 1048576 | Maximum size (in bytes) of the payload to be sent in a single HTTP request |
95
95
| flushInterval | No | 120000 | Interval (in milliseconds) at which the log entries are flushed to New Relic|
96
96
| customFields | No || Add extra context to your logs with custom fields, represented as comma-separated name-value pairs.|
97
-
| mergeCustomFields | No | false | (Default: false) All custom fields will be available as `custom.feild1`, `custom.field2` else `feild1` , `feild2` will be available as the main attributes |
97
+
| mergeCustomFields | No | false | (Default: false) All custom fields will be available as `custom.field1`, `custom.field2` else `field1` , `field2` will be available as the main attributes |
0 commit comments