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

fix index typo settings #3234

Merged
merged 3 commits into from
May 13, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ All notable changes to the Wazuh app project will be documented in this file.
- Fixed screen flickers in Cluster visualization [#3159](https://github.com/wazuh/wazuh-kibana-app/pull/3159)
- Fix the broken links when using `server.basePath` Kibana setting [#3161](https://github.com/wazuh/wazuh-kibana-app/pull/3161)
- Fixing filter in reports [#3173](https://github.com/wazuh/wazuh-kibana-app/pull/3173)
- Fix typo error in Settings/Configuration [#3234](https://github.com/wazuh/wazuh-kibana-app/pull/3234)


## Wazuh v4.2.0 - Kibana 7.10.2 , 7.11.2 - Revision 4201
Expand Down
2 changes: 1 addition & 1 deletion public/utils/config-equivalences.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const nameEquivalence = {
'wazuh.monitoring.frequency': 'Frequency',
'wazuh.monitoring.shards': 'Index shards',
'wazuh.monitoring.replicas': 'Index replicas',
'wazuh.monitoring.creation': 'Interval creation',
'wazuh.monitoring.creation': 'Index creation',
'wazuh.monitoring.pattern': 'Index pattern',
hideManagerAlerts: 'Hide manager alerts',
'logs.level': 'Log level',
Expand Down