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

(AppPipeline): If the log configuration includes the "@timestamp" field, it will result in the inability to create an index_template, and the data cannot be written to OpenSearch. #262

Closed
AlbertMingXu opened this issue Mar 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@AlbertMingXu
Copy link

Describe the bug

If the log configuration includes the "@timestamp" field, it will result in the inability to create an index_template, and the data cannot be written into OpenSearch.

Expected Behavior

The index_template can be created successfully, and data can be written to OpenSearch.

Current Behavior

The index_template can not be created, and data can not be written to OpenSearch.

Reproduction Steps

  1. Create a log configuration that includes the "@timestamp" field name and set it as the timekey.
  2. Use this log configuration to create an AppPipeline.

Possible Solution

No response

Additional Information/Context

No response

Solution Version

2.1.0

AWS Region. e.g., us-east-1

No response

Other information

No response

@AlbertMingXu AlbertMingXu added the bug Something isn't working label Mar 4, 2024
@AlbertMingXu
Copy link
Author

An emergency fix for this issue will be released in the upcoming 2.1.2 version.

This was referenced Mar 17, 2024
@evalzy evalzy closed this as completed Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

2 participants