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

Encrypt sensitive information #219

Merged
merged 1 commit into from Feb 26, 2022
Merged

Conversation

wenchajun
Copy link
Member

Signed-off-by: chengdehao wenchajun@gmail.com

@@ -24,4 +22,8 @@ type Elasticsearch struct {
LogstashFormat *bool `json:"logstashFormat,omitempty"`
// LogstashPrefix defines the logstash prefix index name to write events when logstash_format is true (default: logstash).
LogstashPrefix *string `json:"logstashPrefix,omitempty"`
// Optional, The login credentials to connect to the Elasticsearch node (default: nil)
Copy link
Member

Choose a reason for hiding this comment

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

to the Elasticsearch node
=>
to Elasticsearch

@benjaminhuo
Copy link
Member

The change looks good to me.
What do you think @zhu733756

@zhu733756
Copy link
Member

The change looks good to me. What do you think @zhu733756

LGTM. We have discussed it. Can you also add helm e2e test in anthor pr @wenchajun

@wenchajun
Copy link
Member Author

The change looks good to me. What do you think @zhu733756

LGTM. We have discussed it. Can you also add helm e2e test in anthor pr @wenchajun

OK,I will do it later

@@ -24,4 +22,8 @@ type Elasticsearch struct {
LogstashFormat *bool `json:"logstashFormat,omitempty"`
// LogstashPrefix defines the logstash prefix index name to write events when logstash_format is true (default: logstash).
LogstashPrefix *string `json:"logstashPrefix,omitempty"`
// Optional, The login credentials to connect to Elasticsearch node (default: nil)
Copy link
Member

Choose a reason for hiding this comment

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

It's not Elasticsearch node (default: nil)
Should be Elasticsearch, node and (default: nil) are not necessary

Signed-off-by: chengdehao <wenchajun@gmail.com>
@benjaminhuo benjaminhuo merged commit 5365788 into fluent:master Feb 26, 2022
@wenchajun wenchajun deleted the secret branch March 3, 2022 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants