You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To improve the log filtering process and enable better monitoring, we need to create separate indexes in Elasticsearch for each application (Backend, Registration frontend, Compliance frontend, Reporting frontend). This will allow us to organize logs more effectively and ensure more efficient search queries.
As of now:
We currently have a common values.yaml file from which the index is captured. Additionally, we have separate deployment files for each of the following pods:
Reporting frontend
Registration frontend
Compliance frontend
Backend pods
The goal is to ensure that each application’s logs are sent to its dedicated Elasticsearch index.
Acceptance Criteria
Create a unique index for each application.
Ensure that logs from Fluent Bit are correctly tagged and routed to the appropriate indexes.
Update Kibana to reflect the new index structure.
Verify that filtering in Kibana is working as expected.
Definition of Done
first
second
third
Additional context
Add any other context about the task here.
Or here
The text was updated successfully, but these errors were encountered:
Describe the task
To improve the log filtering process and enable better monitoring, we need to create separate indexes in Elasticsearch for each application (Backend, Registration frontend, Compliance frontend, Reporting frontend). This will allow us to organize logs more effectively and ensure more efficient search queries.
As of now:
We currently have a common values.yaml file from which the index is captured. Additionally, we have separate deployment files for each of the following pods:
The goal is to ensure that each application’s logs are sent to its dedicated Elasticsearch index.
Acceptance Criteria
Definition of Done
Additional context
The text was updated successfully, but these errors were encountered: