Skip to content
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

Merged
merged 130 commits into from
Dec 24, 2023
Merged

support V2 config #1188

merged 130 commits into from
Dec 24, 2023

Conversation

henryzhx8
Copy link
Collaborator

  • add common param extractor

  • add input_file

  • add input_observer_network

  • add flusher_SLS

  • add global config module

  • improve pipeline def

* add common param extractor

* add input_file

* add input_observer_network

* add flusher_SLS

* add global config module

* improve pipeline def
@henryzhx8 henryzhx8 changed the title complete pipeline definition (#1185) complete pipeline definition Oct 18, 2023
core/common/ParamExtractor.cpp Outdated Show resolved Hide resolved
core/common/ParamExtractor.cpp Outdated Show resolved Hide resolved
core/common/ParamExtractor.h Show resolved Hide resolved
core/reader/LogFileReader.cpp Show resolved Hide resolved
core/config/NewConfig.cpp Outdated Show resolved Hide resolved
core/config/NewConfig.cpp Outdated Show resolved Hide resolved
core/common/ParamExtractor.h Outdated Show resolved Hide resolved
core/file_server/FileDiscoveryOptions.h Show resolved Hide resolved
core/pipeline/PipelineContext.cpp Show resolved Hide resolved
core/pipeline/Pipeline.cpp Show resolved Hide resolved
@henryzhx8 henryzhx8 changed the title complete pipeline definition (stage 1) complete pipeline definition Oct 30, 2023
henryzhx8 and others added 8 commits December 8, 2023 06:22
# 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]>
@CLAassistant
Copy link

CLAassistant commented Dec 8, 2023

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 3 committers have signed the CLA.

✅ henryzhx8
✅ quzard
❌ yitao


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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这些都是啥?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cmake的gitignore模版里默认带的

core/CMakeLists.txt Show resolved Hide resolved
core/aggregator/Aggregator.cpp Outdated Show resolved Hide resolved
core/aggregator/Aggregator.h Outdated Show resolved Hide resolved
}

void Application::Init() {
// get last crash info
Copy link
Collaborator

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

core/common/LogtailCommonFlags.cpp Show resolved Hide resolved
core/processor/CommonParserOptions.h Show resolved Hide resolved
@messixukejia
Copy link
Collaborator

需要加下changlog

@yyuuttaaoo yyuuttaaoo merged commit c6f96d2 into main Dec 24, 2023
19 of 20 checks passed
@yyuuttaaoo yyuuttaaoo added this to the v2.0 milestone Jan 11, 2024
@yyuuttaaoo yyuuttaaoo added the feature request New feature request label Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants