-
Notifications
You must be signed in to change notification settings - Fork 389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support V2 config #1188
support V2 config #1188
Conversation
* add common param extractor * add input_file * add input_observer_network * add flusher_SLS * add global config module * improve pipeline def
# Conflicts: # core/config/Config.h # core/processor/ProcessorParseApsaraNative.cpp # core/unittest/processor/ProcessorDesensitizeNativeUnittest.cpp # core/unittest/processor/ProcessorFilterNativeUnittest.cpp # core/unittest/processor/ProcessorParseApsaraNativeUnittest.cpp # core/unittest/processor/ProcessorParseDelimiterNativeUnittest.cpp # core/unittest/processor/ProcessorParseJsonNativeUnittest.cpp
* fix: Correct parsing errors in ProcessorParseApsaraNative with large buffer input (#1255) --------- Co-authored-by: yitao <[email protected]>
Merge main
yitao seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
cmake_install.cmake | ||
install_manifest.txt | ||
compile_commands.json | ||
CTestTestfile.cmake |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这些都是啥?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cmake的gitignore模版里默认带的
} | ||
|
||
void Application::Init() { | ||
// get last crash info |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
在这里加个日志可以标识每次ilogtail启动怎么样?包含一下版本信息
比如ilogtail 2.0.0 starting, pid 5314
需要加下changlog |
add common param extractor
add input_file
add input_observer_network
add flusher_SLS
add global config module
improve pipeline def