generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
Labels
Description
What is the bug?
PA plugin writes to opensearch.log file and creates pa.plugin.stats.log.
- Currently all the logs that needs to be written to pa.plugin file are getting piped to opensearch.log causing a lot of noise.
- Missing log rotation and log removal on pa.plugin.stats.log file.
How can one reproduce the bug?
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
What is the expected behavior?
A clear and concise description of what you expected to happen.
What is your host/environment?
- OS: [e.g. iOS]
- Version [e.g. 22]
- Plugins
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
All the stats logs are added to opensearch.log. Need to update this: https://github.com/opensearch-project/performance-analyzer-rca/blob/main/configs/opendistro_performance_analyzer/log4j2.properties
Reactions are currently unavailable