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: bboss-elasticsearch-rest/src/main/java/org/frameworkset/elasticsearch/entity/sql/SQLRestResponseHandler.java
+5
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,11 @@ public void setUrl(String url) {
| FileConfig.excludeLines | String[],需排除记录的内容表达式数组,If both include_lines and exclude_lines are defined, bboss executes include_lines first and then executes exclude_lines. The order in which the two options are defined doesn’t matter. The include_lines option will always be executed before the exclude_lines option, even if exclude_lines appears before include_lines in the config file. ||
| FileConfig.maxBytes | 字符串maxBytes为0或者负数时忽略长度截取,The maximum number of bytes that a single log message can have. All bytes after max_bytes are discarded and not sent. * This setting is especially useful for multiline log messages, which can get large. The default is 1MB (1048576) | 1048576 |
43
43
| FileConfig.startPointer | long ,指定采集的日志文件内容开始位置 | 0 |
44
44
| FileConfig.ignoreOlderTime | Long类型,If this option is enabled, bboss ignores any files that were modified before the specified timespan. Configuring ignore_older can be especially useful if you keep log files for a long time. For example, if you want to start bboss, but only want to send the newest files and files from last week, you can configure this option. You can use time strings like 2h (2 hours) and 5m (5 minutes). The default is null, which disables the setting. Commenting out the config has the same effect as setting it to null.如果为null忽略该机制 | null |
0 commit comments