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

Upgrade environment variable logic using new Pipeline API for logtail environment configuration management #1266

Merged
merged 82 commits into from
Dec 26, 2023

Conversation

quzard
Copy link
Collaborator

@quzard quzard commented Dec 15, 2023

This commit introduces an enhanced file discovery mechanism by transitioning from the old configuration API to the new Pipeline configuration API for ilogtail. With this upgrade, users will experience a change in the way recursive directory scanning is handled.

Previously, the recursive discovery of files within a directory was implied. However, to align with the new API's capabilities and to provide users with explicit control, the recursive behavior must now be explicitly specified in the path configuration.

To enable recursive file discovery within a directory, users should add /**/ at the point in the path where recursion is desired. This syntax will trigger a recursive scan with a maximum depth of 10 levels. If a non-recursive file discovery is required, users should use a single / in the path configuration.

Example usage:

  • To recursively discover files: /var/log/myapp/**/app.log
  • For non-recursive discovery: /var/log/myapp/app.log

Please note that if you rely on the recursive file discovery feature, you'll need to update your configuration to continue using this functionality with the new Pipeline API.

* complete pipeline definition (alibaba#1185)

* add common param extractor

* add input_file

* add input_observer_network

* add flusher_SLS

* add global config module

* improve pipeline def

* polish code

* polish code

* add pipeline implementation

* polish code

* seperate params from input_file

* polish code

* polish code

* add file server

* polish code

* polish code

* polish code

* fix bug

* polish code

* fix bug

* polish code

* refactor code

* refactor event dispatcher

* remove global filter

* refactor app config

* remove shennong and streamlog

* fix bug

* upgrade V1 config to V2

* fix bug

* refactor pipeline management

* add ut

* add ut

* fix e2e

* polish code

* for tmp use

* for tmp use

* polish code

* for tmp use

* for tmp use

* fix

* fix e2e

* temporarily remove observer case

* fix e2e

* fix e2e

* polish code

* Yaml (#3)

* ParseYamlConfig

* polish code

* fix e2e

* remove old config

* cleanup gflags

* fix bug

* polish code

* polish code

* polish code

* fix bug

* polish code

* polish code

* fix code

* polish code

* polish

* fix code

* fix

* fix

* polish code

* fix

* fix

* fix

* polish

* polish

* polish code

* test

* test

* polish

* fix observer

* polish test

* fix code

* polish code

* polish code

* fix bug

* Pipeline processor (#2)

upgrade processor to v2

* polish code

* polish

* polish

* polish code

* polish code

* In order to achieve a relatively unified interface for SPL and other plugins, the interface definition has been optimized. (alibaba#1254)

* refine interface

* refine code

* refine code

* refine code

* fix comments

* polish code

* polish

* polish

* polish code

* polish

* fix code

* fix

* fix

* polish code

* add log

* fix

* fix bug

* fix

* fix bug

* polish

* fix

* fix

* fix

* fix

* fix

* fix

* Merge processor changes of main branches (alibaba#1259)

* fix: Correct parsing errors in ProcessorParseApsaraNative with large buffer input (alibaba#1255)
---------

Co-authored-by: yitao <[email protected]>

* polish

* add alarm

* polish

* polish

* polish

* polish code

* polish

* polish code

* polish

---------

Co-authored-by: quzard <[email protected]>
Co-authored-by: linrunqi08 <[email protected]>
Co-authored-by: yitao <[email protected]>
Co-authored-by: 笃敏 <[email protected]>
@quzard quzard changed the title Env Switching Ilogtail's Environment Control Configuration from Old Config to Pipeline Config Dec 25, 2023
@quzard quzard changed the title Switching Ilogtail's Environment Control Configuration from Old Config to Pipeline Config Upgrade environment variable logic for file discovery using new Pipeline API Dec 25, 2023
@quzard quzard changed the title Upgrade environment variable logic for file discovery using new Pipeline API Upgrade environment variable logic using new Pipeline API Dec 25, 2023
@quzard quzard changed the title Upgrade environment variable logic using new Pipeline API Upgrade environment variable logic using new Pipeline API for Logtail environment configuration management Dec 25, 2023
@quzard quzard changed the title Upgrade environment variable logic using new Pipeline API for Logtail environment configuration management Upgrade environment variable logic using new Pipeline API for logtail environment configuration management Dec 25, 2023
@yyuuttaaoo yyuuttaaoo merged commit 4fd4253 into alibaba:feat/pipeline Dec 26, 2023
17 checks passed
@yyuuttaaoo yyuuttaaoo added the enhancement Feature enhancement label Dec 26, 2023
@yyuuttaaoo yyuuttaaoo added this to the v2.0 milestone Dec 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants