-
Couldn't load subscription status.
- Fork 1
Open
Labels
Description
Description
The IT Hygiene Dashboard is currently displaying multiple error messages:
Could not locate that index-pattern-field (id: package.type)Could not locate that index-pattern-field (id: package.name)
These errors are affecting several widgets and preventing proper data visualization. The impacted widgets include those showing:
- Operating system families
- Top endpoints by memory usage
- Host CPUs
- Destination ports
- Source ports
Definition of Ready
- Issue is clearly defined with screenshots (see attached).
- Development environment is set up and accessible.
- Necessary permissions to access and modify the dashboard are granted.
- Dependencies (e.g., index patterns, data sources) are identified and documented.
Acceptance Criteria
- The error messages related to missing index-pattern-fields (
package.type,package.name) are resolved. - All dashboard widgets display data correctly without errors.
- Data sources are correctly mapped to their respective fields.
- No regression in other dashboard functionalities.
Definition of Done
- Code changes implemented to fix the bug.
- Peer or lead developer has reviewed the changes.
- Unit tests written and passed.
- Dashboard tested in staging environment with no errors.
- Documentation updated to reflect changes (if applicable).