-
Notifications
You must be signed in to change notification settings - Fork 182
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
Replace search bar on Management > Groups #5445
Replace search bar on Management > Groups #5445
Commits on Feb 16, 2023
-
feat: add a search bar component
Features: - Supports multiple query languages - Decouple the business logic of query languages of the search bar component - Ability of query language to interact with the search bar Query language implementations - AQL: custom implementation of the Wazuh Query Language. Include suggestions. - UIQL: simple implementation (as another example)
Configuration menu - View commit details
-
Copy full SHA for e9f5923 - Browse repository at this point
Copy the full SHA e9f5923View commit details
Commits on Mar 1, 2023
-
feat(search-bar): change the AQL implemenation to use the regular exp…
…ression used in the Wazuh manager API - Change the implementation of AQL query language to use the regular expression decomposition defined in the Wazuh manager API - Adapt the tests for the tokenizer and getting the suggestions - Enchance documentation of search bar - Add documentation of AQL query language - Add more fields and values for the use example in Agents section - Add description to the query language select input
Configuration menu - View commit details
-
Copy full SHA for eff5d2b - Browse repository at this point
Copy the full SHA eff5d2bView commit details
Commits on Mar 2, 2023
-
fix(search-bar): fixes a problem hidding the suggestion popover when …
…using the Search suggestion in AQL - Fixes a problem hidding the suggestion popover when using the Search suggestion in AQL - Fixes a problem of input text with undefined value - Minor fixes - Remove `syntax` property of SearchBar component - Add disableFocusTrap property to the custom EuiSuggestInput component to be forwarded to the EuiInputPopover - Replace the inputRef by a reference instead of a state and pass as a parameter in the query language run function - Move the rebuiding of input text when using some suggestion that changes the input to be done when a related suggestion was clicked instead of any suggestion (exclude Search).
Configuration menu - View commit details
-
Copy full SHA for 0923569 - Browse repository at this point
Copy the full SHA 0923569View commit details
Commits on Mar 3, 2023
-
feat(search-bar): add the ability to update the input of example
implemenation - Add the ability to update the input of the search bar in the example implementation - Enhance the component documentation
Configuration menu - View commit details
-
Copy full SHA for 83c05cf - Browse repository at this point
Copy the full SHA 83c05cfView commit details
Commits on Mar 6, 2023
-
feat(search-bar): add initial suggestions to AQL
- (AQL) Add the fields and an open operator group when there is no input text
Configuration menu - View commit details
-
Copy full SHA for 0b0b451 - Browse repository at this point
Copy the full SHA 0b0b451View commit details
Commits on Mar 7, 2023
-
feat(search-bar): add target and rel attributes to the documentation
link of query language displayed in the popover
Configuration menu - View commit details
-
Copy full SHA for ab8a555 - Browse repository at this point
Copy the full SHA ab8a555View commit details -
feat(search-bar): enhancements in AQL and search bar documentation
- AQL enhancements: - documentation: - Enhance some descriptions - Enhance input processing - Remove intermetiate interface of EuiSuggestItem - Remove the intermediate interface of EuiSuggestItem. Now it is managed in the internal of query language instead of be built by the suggestion handler - Display suggestions when the input text is empty - Add the unifiedQuery field to the query language output - Adapt tests - Search Bar component: - Enhance documentation
Configuration menu - View commit details
-
Copy full SHA for 8d9f746 - Browse repository at this point
Copy the full SHA 8d9f746View commit details -
- Remove UIQL - Add HAQL query language that is a high-level implementation of AQL - Add the query language interface - Add tests for tokenizer, get suggestions and transformSpecificQLToUnifiedQL method - Add documentation about the language - Syntax - Options - Workflow
Configuration menu - View commit details
-
Copy full SHA for 9c01c8e - Browse repository at this point
Copy the full SHA 9c01c8eView commit details
Commits on Mar 14, 2023
-
feat(search-bar): add test to HAQL and AQL query languages
- Add tests to HAQL and AQL query languages - Fix suggestions for HAQL when typing as first element a value entity. Now there are no suggestions because the field and operator_compare are missing. - Enhance documentation of HAQL and AQL - Removed unnecesary returns of suggestion handler in the example implementation of search bar on Agents section
Configuration menu - View commit details
-
Copy full SHA for b6f0d6d - Browse repository at this point
Copy the full SHA b6f0d6dView commit details
Commits on Mar 15, 2023
-
feat(search-bar): Rename HAQL query language to WQL
- Rename query language HAQL to WQL - Update tests - Remove AQL usage from the implementation in the agents section
Configuration menu - View commit details
-
Copy full SHA for 22676d4 - Browse repository at this point
Copy the full SHA 22676d4View commit details -
feat(search-bar): Add more use cases to the tests of WQL query language
- Add more use cases to the test of WQL query language - Replace some literals by constants in the WQL query language implementation
Configuration menu - View commit details
-
Copy full SHA for 459a932 - Browse repository at this point
Copy the full SHA 459a932View commit details -
Configuration menu - View commit details
-
Copy full SHA for 315932a - Browse repository at this point
Copy the full SHA 315932aView commit details -
feat(search-bar): Add a popover title to replicate similar UI to the …
…platform search bar
Configuration menu - View commit details
-
Copy full SHA for 4303a1a - Browse repository at this point
Copy the full SHA 4303a1aView commit details -
feat(search-bar): wrap the user input with group operators when there…
… is an implicit query
Configuration menu - View commit details
-
Copy full SHA for 5e1485c - Browse repository at this point
Copy the full SHA 5e1485cView commit details
Commits on Mar 16, 2023
-
feat(search-bar): add implicit query mode to WQL
- WQL - add implicit query mode to WQL - enhance query language documentation - renamed transformUnifiedQuery to transformUQLToQL - now wraps the user input if this is defined and there a implicit query string - fix a problem with the value suggestions if there is a previous conjunction - add tests cases - update tests - AQL - enhance query language documentation - renamed transformUnifiedQuery to transformUQLToQL - add warning about the query language implementation is not updated to the last changes in the search bar component - update tests - Search Bar - renamed transformUnifiedQuery to transformUQLToQL
Configuration menu - View commit details
-
Copy full SHA for 9983153 - Browse repository at this point
Copy the full SHA 9983153View commit details
Commits on Mar 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1eaf944 - Browse repository at this point
Copy the full SHA 1eaf944View commit details -
feat(search-bar): unify suggestion descriptions in WQL
- Set a width for the syntax options popover - Unify the description in the suggestions of WQL example implementation - Update tests - Fix minor bugs in the WQL example implementation in Agents
Configuration menu - View commit details
-
Copy full SHA for d9abea0 - Browse repository at this point
Copy the full SHA d9abea0View commit details
Commits on Apr 10, 2023
-
feat(search-bar): add enhancements to WQL
- WQL - Enhance documentation - Add partial and "expanded" input validation - Add tests
Configuration menu - View commit details
-
Copy full SHA for c221f97 - Browse repository at this point
Copy the full SHA c221f97View commit details -
Merge branch '4.5' of https://github.com/wazuh/wazuh-kibana-app into …
…feat/4312-poc-search-bar-component-multiple-query-language-api-query-language-implementation
Configuration menu - View commit details
-
Copy full SHA for 8123d6e - Browse repository at this point
Copy the full SHA 8123d6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdbbb6d - Browse repository at this point
Copy the full SHA cdbbb6dView commit details
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c300fa3 - Browse repository at this point
Copy the full SHA c300fa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef85c54 - Browse repository at this point
Copy the full SHA ef85c54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17053c0 - Browse repository at this point
Copy the full SHA 17053c0View commit details
Commits on Apr 12, 2023
-
fix(search-bar): fix an error using the value suggestions in WQL
Fix an error when the last token in the input was a value and used a value suggestion whose label contains whitespaces, the value was not wrapped with quotes.
Configuration menu - View commit details
-
Copy full SHA for cfbf19b - Browse repository at this point
Copy the full SHA cfbf19bView commit details
Commits on Apr 20, 2023
-
Merge branch '4.5' into feat/4312-poc-search-bar-component-multiple-q…
…uery-language-api-query-language-implementation
Configuration menu - View commit details
-
Copy full SHA for b4359ce - Browse repository at this point
Copy the full SHA b4359ceView commit details -
Merge branch '4.5' into feat/4312-poc-search-bar-component-multiple-q…
…uery-language-api-query-language-implementation
Configuration menu - View commit details
-
Copy full SHA for 8438cd8 - Browse repository at this point
Copy the full SHA 8438cd8View commit details
Commits on Apr 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 57d11d6 - Browse repository at this point
Copy the full SHA 57d11d6View commit details -
fix(search-bar): ensure the query language output changed to trigger …
…the onChange handler
Configuration menu - View commit details
-
Copy full SHA for ce4bc92 - Browse repository at this point
Copy the full SHA ce4bc92View commit details
Commits on Apr 27, 2023
-
feat(search-bar): allow the API query output can be redone when the s…
…earch term fields changed - Search bar: - Add a dependency to run the query language output - Adapt search bar documentation to the changes - WQL - Create a new parameter called `options` - Moved the `implicitFilter` and `searchTerm` settings to `options` - Update tests - Update documentation
Configuration menu - View commit details
-
Copy full SHA for b547d98 - Browse repository at this point
Copy the full SHA b547d98View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3c3681 - Browse repository at this point
Copy the full SHA a3c3681View commit details
Commits on May 12, 2023
-
feat(search-bar): enhance search bar and WQL
Search bar: - Add the possibility to render buttons to the right of the input - Minor changes WQL: - Add options.filterButtons to render filter buttons and component rendering - Extract the quoted value for the quoted token values - Add the `validate` parameter to validate the tokens (only available for `value` token) - Enhance language description - Add test related to value token validation - Update language documentation with this changes
Configuration menu - View commit details
-
Copy full SHA for 1b390be - Browse repository at this point
Copy the full SHA 1b390beView commit details
Commits on May 15, 2023
-
feat(search-bar): replace search bar in TableWzAPI
Replace search bar in TableWzAPI Replace each usage of TableWzAPI Adapt external filters
Configuration menu - View commit details
-
Copy full SHA for 1e42463 - Browse repository at this point
Copy the full SHA 1e42463View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78b23e7 - Browse repository at this point
Copy the full SHA 78b23e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b7ddb9 - Browse repository at this point
Copy the full SHA 2b7ddb9View commit details -
feat(search-bar): replace search bar and table component on Managemen…
…t/Groups Replace serach bar and table componnet on Management/Groups, Management/Groups/Group/Agents and Management/Groups/Group/Files
Configuration menu - View commit details
-
Copy full SHA for 8f4b083 - Browse repository at this point
Copy the full SHA 8f4b083View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5b0c05 - Browse repository at this point
Copy the full SHA b5b0c05View commit details -
Merge branch 'feat/4312-search-bar-replace-tablewzapi' of https://git…
…hub.com/wazuh/wazuh-kibana-app into feat/4312-search-bar-replace-management-groups
Configuration menu - View commit details
-
Copy full SHA for 0c8e9a8 - Browse repository at this point
Copy the full SHA 0c8e9a8View commit details
Commits on May 17, 2023
-
feat(table-wz-api): add field selection to the TableWzAPI component
Add field selection to the TableWzAPI Possibility to save the selected fields on storage (localStorage, sessionStorage) Create useStateStorage that allows save the state in localStorage or sessionStorage
Configuration menu - View commit details
-
Copy full SHA for 47255d6 - Browse repository at this point
Copy the full SHA 47255d6View commit details -
feat(search-bar): enhace search bar and WQL
Search bar: - rename method from `transformUQLtoQL` to `transformInput` - add a options paramenter to `transformInput` to manage when there is an implicit filter, that this methods can remove the filter from the query - update documentation WQL: - rename method from `transformUQLtoQL` to `transformInput` - add a options paramenter to `transformInput` to manage when there is an implicit filter, that this methods can remove the filter from the query - add tests
Configuration menu - View commit details
-
Copy full SHA for 06893ad - Browse repository at this point
Copy the full SHA 06893adView commit details -
Merge branch 'feat/4312-poc-search-bar-component-multiple-query-langu…
…age-api-query-language-implementation' of https://github.com/wazuh/wazuh-kibana-app into feat/4312-search-bar-replace-tablewzapi
Configuration menu - View commit details
-
Copy full SHA for 4f163dc - Browse repository at this point
Copy the full SHA 4f163dcView commit details -
feat(table-wz-api): Adapt TableWzAPI usage to the recent changes when
using the search bar Enhance Management/Decoders table
Configuration menu - View commit details
-
Copy full SHA for 3d7e0d1 - Browse repository at this point
Copy the full SHA 3d7e0d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a7cb43 - Browse repository at this point
Copy the full SHA 7a7cb43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a198e8 - Browse repository at this point
Copy the full SHA 1a198e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a67951 - Browse repository at this point
Copy the full SHA 1a67951View commit details -
Merge branch 'feat/4312-search-bar-replace-tablewzapi' of https://git…
…hub.com/wazuh/wazuh-kibana-app into feat/4312-search-bar-replace-management-groups
Configuration menu - View commit details
-
Copy full SHA for 31b2d21 - Browse repository at this point
Copy the full SHA 31b2d21View commit details
Commits on May 18, 2023
-
fix: adapt search bar parameters on Management/Groups tables
Adapt search bar parameters on Management/Groups tables Enhance group agents table: - Removed os.name and os.version columns - Add new Operating system column - Enhance the rendering of: - IP address - Operating system - Status
Configuration menu - View commit details
-
Copy full SHA for feae66c - Browse repository at this point
Copy the full SHA feae66cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6257a7f - Browse repository at this point
Copy the full SHA 6257a7fView commit details
Commits on May 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f64749c - Browse repository at this point
Copy the full SHA f64749cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d774a48 - Browse repository at this point
Copy the full SHA d774a48View commit details -
Merge branch 'feat/4312-poc-search-bar-component-multiple-query-langu…
…age-api-query-language-implementation' of https://github.com/wazuh/wazuh-kibana-app into feat/4312-search-bar-replace-tablewzapi
Configuration menu - View commit details
-
Copy full SHA for b18c570 - Browse repository at this point
Copy the full SHA b18c570View commit details -
Merge branch 'feat/4312-search-bar-replace-tablewzapi' of https://git…
…hub.com/wazuh/wazuh-kibana-app into feat/4312-search-bar-replace-management-groups
Configuration menu - View commit details
-
Copy full SHA for 76b4bf2 - Browse repository at this point
Copy the full SHA 76b4bf2View commit details
Commits on May 22, 2023
-
Merge branch '4.5' of https://github.com/wazuh/wazuh-kibana-app into …
…feat/4312-poc-search-bar-component-multiple-query-language-api-query-language-implementation
Configuration menu - View commit details
-
Copy full SHA for 4a7e282 - Browse repository at this point
Copy the full SHA 4a7e282View commit details -
Merge branch 'feat/4312-poc-search-bar-component-multiple-query-langu…
…age-api-query-language-implementation' of https://github.com/wazuh/wazuh-kibana-app into feat/4312-search-bar-replace-tablewzapi
Configuration menu - View commit details
-
Copy full SHA for 0c854b4 - Browse repository at this point
Copy the full SHA 0c854b4View commit details -
Merge branch 'feat/4312-search-bar-replace-tablewzapi' of https://git…
…hub.com/wazuh/wazuh-kibana-app into feat/4312-search-bar-replace-management-groups
Configuration menu - View commit details
-
Copy full SHA for a0cad35 - Browse repository at this point
Copy the full SHA a0cad35View commit details
Commits on Jun 26, 2023
-
Merge branch '4.6.0' of https://github.com/wazuh/wazuh-kibana-app int…
…o feat/4312-poc-search-bar-component-multiple-query-language-api-query-language-implementation
Configuration menu - View commit details
-
Copy full SHA for 144f9a6 - Browse repository at this point
Copy the full SHA 144f9a6View commit details -
Merge branch 'feat/4312-poc-search-bar-component-multiple-query-langu…
…age-api-query-language-implementation' of https://github.com/wazuh/wazuh-kibana-app into feat/4312-search-bar-replace-tablewzapi
Configuration menu - View commit details
-
Copy full SHA for c800050 - Browse repository at this point
Copy the full SHA c800050View commit details -
Merge branch '4.6.0' of https://github.com/wazuh/wazuh-kibana-app int…
…o feat/4312-poc-search-bar-component-multiple-query-language-api-query-language-implementation
Configuration menu - View commit details
-
Copy full SHA for ae5bade - Browse repository at this point
Copy the full SHA ae5badeView commit details -
Merge branch 'feat/4312-poc-search-bar-component-multiple-query-langu…
…age-api-query-language-implementation' of https://github.com/wazuh/wazuh-kibana-app into feat/4312-search-bar-replace-tablewzapi
Configuration menu - View commit details
-
Copy full SHA for 7786590 - Browse repository at this point
Copy the full SHA 7786590View commit details
Commits on Jul 25, 2023
-
Merge branch '4.6.0' of https://github.com/wazuh/wazuh-kibana-app int…
…o feat/4312-poc-search-bar-component-multiple-query-language-api-query-language-implementation
Configuration menu - View commit details
-
Copy full SHA for 2503edd - Browse repository at this point
Copy the full SHA 2503eddView commit details -
Merge branch '4.6.0' of https://github.com/wazuh/wazuh-kibana-app int…
…o feat/4312-search-bar-replace-tablewzapi
Configuration menu - View commit details
-
Copy full SHA for c385b73 - Browse repository at this point
Copy the full SHA c385b73View commit details -
Configuration menu - View commit details
-
Copy full SHA for b31e5f5 - Browse repository at this point
Copy the full SHA b31e5f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cf2d18 - Browse repository at this point
Copy the full SHA 0cf2d18View commit details -
Merge branch '4.6.0' of https://github.com/wazuh/wazuh-kibana-app int…
…o feat/4312-search-bar-replace-management-groups
Configuration menu - View commit details
-
Copy full SHA for 1a870bf - Browse repository at this point
Copy the full SHA 1a870bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9059c5a - Browse repository at this point
Copy the full SHA 9059c5aView commit details
Commits on Jul 31, 2023
-
feat: add the distinct values for the search bar suggestions in some
sections - Add the distinct values for the search bar suggestions in some sections: - Modules > Security Configuration Assessment policy checks table - Modules > Vulnerabilities > Inventory table - Modules > MITRE ATT&CK > Inventory table - Management > Rules table - Management > Decoders table - Management > CDB Lists table - Add Path column to Rules files table - Add Path column to Decoders files table
Configuration menu - View commit details
-
Copy full SHA for 4c6c38d - Browse repository at this point
Copy the full SHA 4c6c38dView commit details
Commits on Aug 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0cfe1d5 - Browse repository at this point
Copy the full SHA 0cfe1d5View commit details -
Merge branch 'feat/4312-poc-search-bar-component-multiple-query-langu…
…age-api-query-language-implementation' of https://github.com/wazuh/wazuh-kibana-app into feat/4312-search-bar-replace-tablewzapi
Configuration menu - View commit details
-
Copy full SHA for 13d2be4 - Browse repository at this point
Copy the full SHA 13d2be4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3502d0b - Browse repository at this point
Copy the full SHA 3502d0bView commit details -
Merge branch 'feat/4312-poc-search-bar-component-multiple-query-langu…
…age-api-query-language-implementation' of https://github.com/wazuh/wazuh-kibana-app into feat/4312-search-bar-replace-tablewzapi
Configuration menu - View commit details
-
Copy full SHA for 76a4feb - Browse repository at this point
Copy the full SHA 76a4febView commit details -
Merge branch 'feat/4312-search-bar-replace-tablewzapi' of https://git…
…hub.com/wazuh/wazuh-kibana-app into feat/4312-search-bar-replace-management-groups
Configuration menu - View commit details
-
Copy full SHA for 9cd70af - Browse repository at this point
Copy the full SHA 9cd70afView commit details
Commits on Aug 2, 2023
-
fix: add suggestions for the search bar related to Management > Group…
…s section Tables: - Management > Groups - Management > Groups > {group_id} > Agents - Management > Groups > {group_id} > Files
Configuration menu - View commit details
-
Copy full SHA for d87abf4 - Browse repository at this point
Copy the full SHA d87abf4View commit details -
fix: fix Management > Rules search bar filters
Add id field Fix groups filter in Rule info flyout Remove onFiltersChange handler
Configuration menu - View commit details
-
Copy full SHA for 0696698 - Browse repository at this point
Copy the full SHA 0696698View commit details -
Merge branch 'feat/4312-search-bar-replace-tablewzapi' of https://git…
…hub.com/wazuh/wazuh-kibana-app into feat/4312-search-bar-replace-management-groups
Configuration menu - View commit details
-
Copy full SHA for e1efeab - Browse repository at this point
Copy the full SHA e1efeabView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc26f9a - Browse repository at this point
Copy the full SHA bc26f9aView commit details -
fix(search-bar): use value of value token as the value used to get th…
…e value suggestions in the search bar instead of raw token that could include " character
Configuration menu - View commit details
-
Copy full SHA for cd89aa5 - Browse repository at this point
Copy the full SHA cd89aa5View commit details -
Merge branch 'feat/4312-poc-search-bar-component-multiple-query-langu…
…age-api-query-language-implementation' of https://github.com/wazuh/wazuh-kibana-app into feat/4312-search-bar-replace-tablewzapi
Configuration menu - View commit details
-
Copy full SHA for 64a057b - Browse repository at this point
Copy the full SHA 64a057bView commit details -
Merge branch 'feat/4312-poc-search-bar-component-multiple-query-langu…
…age-api-query-language-implementation' of https://github.com/wazuh/wazuh-kibana-app into feat/4312-search-bar-replace-management-groups
Configuration menu - View commit details
-
Copy full SHA for a06df12 - Browse repository at this point
Copy the full SHA a06df12View commit details
Commits on Aug 3, 2023
-
fix(search-bar): fix a problem extracting value for value tokens wrap…
…ped by double quotation marks that contains the new line character and remove separation of invalid characters in the value token - Fix tests
Configuration menu - View commit details
-
Copy full SHA for d961094 - Browse repository at this point
Copy the full SHA d961094View commit details -
Merge branch 'feat/4312-poc-search-bar-component-multiple-query-langu…
…age-api-query-language-implementation' of https://github.com/wazuh/wazuh-kibana-app into feat/4312-search-bar-replace-tablewzapi
Configuration menu - View commit details
-
Copy full SHA for 6e24bc3 - Browse repository at this point
Copy the full SHA 6e24bc3View commit details -
Merge branch 'feat/4312-poc-search-bar-component-multiple-query-langu…
…age-api-query-language-implementation' of https://github.com/wazuh/wazuh-kibana-app into feat/4312-search-bar-replace-management-groups
Configuration menu - View commit details
-
Copy full SHA for b388a2e - Browse repository at this point
Copy the full SHA b388a2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3831bee - Browse repository at this point
Copy the full SHA 3831beeView commit details -
Merge branch 'feat/4312-search-bar-replace-tablewzapi' of https://git…
…hub.com/wazuh/wazuh-kibana-app into feat/4312-search-bar-replace-management-groups
Configuration menu - View commit details
-
Copy full SHA for ed9ca08 - Browse repository at this point
Copy the full SHA ed9ca08View commit details
Commits on Aug 4, 2023
-
fix(table-wz-api): avoid the double toast message when there is an er…
…ror fetching data and replace the error.name to RequestError
Configuration menu - View commit details
-
Copy full SHA for 449eeee - Browse repository at this point
Copy the full SHA 449eeeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 579d30f - Browse repository at this point
Copy the full SHA 579d30fView commit details -
Merge branch 'feat/4312-poc-search-bar-component-multiple-query-langu…
…age-api-query-language-implementation' of https://github.com/wazuh/wazuh-kibana-app into feat/4312-search-bar-replace-tablewzapi
Configuration menu - View commit details
-
Copy full SHA for 2df66f6 - Browse repository at this point
Copy the full SHA 2df66f6View commit details -
Merge branch 'feat/4312-search-bar-replace-tablewzapi' of https://git…
…hub.com/wazuh/wazuh-kibana-app into feat/4312-search-bar-replace-management-groups
Configuration menu - View commit details
-
Copy full SHA for c9bbc1b - Browse repository at this point
Copy the full SHA c9bbc1bView commit details
Commits on Aug 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f8b0044 - Browse repository at this point
Copy the full SHA f8b0044View commit details -
Merge branch 'feat/4312-poc-search-bar-component-multiple-query-langu…
…age-api-query-language-implementation' of https://github.com/wazuh/wazuh-kibana-app into feat/4312-search-bar-replace-tablewzapi
Configuration menu - View commit details
-
Copy full SHA for 8660ddd - Browse repository at this point
Copy the full SHA 8660dddView commit details -
Merge branch 'feat/4312-poc-search-bar-component-multiple-query-langu…
…age-api-query-language-implementation' of https://github.com/wazuh/wazuh-kibana-app into feat/4312-search-bar-replace-management-groups
Configuration menu - View commit details
-
Copy full SHA for 40d1e75 - Browse repository at this point
Copy the full SHA 40d1e75View commit details
Commits on Aug 8, 2023
-
fix(search-bar): fix error related to details.program_name suggestion…
… in the Decoders section
Configuration menu - View commit details
-
Copy full SHA for 885ad45 - Browse repository at this point
Copy the full SHA 885ad45View commit details -
feat(search-bar): add constant to define the count of distinct values…
… to get in the suggestions
Configuration menu - View commit details
-
Copy full SHA for eee2bb6 - Browse repository at this point
Copy the full SHA eee2bb6View commit details -
Merge branch 'feat/4312-search-bar-replace-tablewzapi' of https://git…
…hub.com/wazuh/wazuh-kibana-app into feat/4312-search-bar-replace-management-groups
Configuration menu - View commit details
-
Copy full SHA for 0e12864 - Browse repository at this point
Copy the full SHA 0e12864View commit details -
feat(search-bar): use constant to define the count of distinct values…
… to get in the suggestions
Configuration menu - View commit details
-
Copy full SHA for 94f3edb - Browse repository at this point
Copy the full SHA 94f3edbView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc9e55b - Browse repository at this point
Copy the full SHA dc9e55bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b451ed - Browse repository at this point
Copy the full SHA 0b451edView commit details -
workaround(search-bar): add a filter to the value suggestions in WQL
When getting the distinct values for some fields, the value could not match the regular expression that validates them, and this causes that the search can not be run. So, we filters the distinct values to ensure or reduce the suggestions can be used to search. This causes some possible values are not displayed in the suggestions. To undone this, then the API should allow these values.
Configuration menu - View commit details
-
Copy full SHA for 736d958 - Browse repository at this point
Copy the full SHA 736d958View commit details -
Merge branch 'feat/4312-search-bar-replace-tablewzapi' of https://git…
…hub.com/wazuh/wazuh-kibana-app into feat/4312-search-bar-replace-management-groups
Configuration menu - View commit details
-
Copy full SHA for b1fb357 - Browse repository at this point
Copy the full SHA b1fb357View commit details
Commits on Aug 9, 2023
-
Merge branch '4.6.0' of https://github.com/wazuh/wazuh-kibana-app int…
…o feat/4312-search-bar-replace-tablewzapi
Configuration menu - View commit details
-
Copy full SHA for 2f241b3 - Browse repository at this point
Copy the full SHA 2f241b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e1b919 - Browse repository at this point
Copy the full SHA 3e1b919View commit details -
Configuration menu - View commit details
-
Copy full SHA for d15889a - Browse repository at this point
Copy the full SHA d15889aView commit details -
Merge branch '4.6.0' of https://github.com/wazuh/wazuh-kibana-app int…
…o feat/4312-search-bar-replace-management-groups
Configuration menu - View commit details
-
Copy full SHA for 2a2a494 - Browse repository at this point
Copy the full SHA 2a2a494View commit details -
Merge branch 'feat/4312-search-bar-replace-tablewzapi' of https://git…
…hub.com/wazuh/wazuh-kibana-app into feat/4312-search-bar-replace-management-groups
Configuration menu - View commit details
-
Copy full SHA for c0e2d94 - Browse repository at this point
Copy the full SHA c0e2d94View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb9bfcd - Browse repository at this point
Copy the full SHA bb9bfcdView commit details -
fix(wql): add whitespace before closing grouping operator ) when usin…
…g the suggestions
Configuration menu - View commit details
-
Copy full SHA for 9e121ad - Browse repository at this point
Copy the full SHA 9e121adView commit details
Commits on Aug 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8ed6ae4 - Browse repository at this point
Copy the full SHA 8ed6ae4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2abff5 - Browse repository at this point
Copy the full SHA a2abff5View commit details -
Merge branch 'feat/4312-search-bar-replace-tablewzapi' of https://git…
…hub.com/wazuh/wazuh-kibana-app into feat/4312-search-bar-replace-management-groups
Configuration menu - View commit details
-
Copy full SHA for 891f86c - Browse repository at this point
Copy the full SHA 891f86cView commit details -
fix(search-bar-wql): problem related to execute the search before the…
… input is analyzed due to this process is debounced
Configuration menu - View commit details
-
Copy full SHA for 99aa426 - Browse repository at this point
Copy the full SHA 99aa426View commit details -
Merge branch 'feat/4312-search-bar-replace-tablewzapi' of https://git…
…hub.com/wazuh/wazuh-kibana-app into feat/4312-search-bar-replace-management-groups
Configuration menu - View commit details
-
Copy full SHA for 22f7124 - Browse repository at this point
Copy the full SHA 22f7124View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ff2653 - Browse repository at this point
Copy the full SHA 4ff2653View commit details -
Merge branch 'feat/4312-search-bar-replace-tablewzapi' of https://git…
…hub.com/wazuh/wazuh-kibana-app into feat/4312-search-bar-replace-management-groups
Configuration menu - View commit details
-
Copy full SHA for 673552e - Browse repository at this point
Copy the full SHA 673552eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a320b78 - Browse repository at this point
Copy the full SHA a320b78View commit details -
Configuration menu - View commit details
-
Copy full SHA for df8a8d3 - Browse repository at this point
Copy the full SHA df8a8d3View commit details -
Merge branch 'feat/4312-search-bar-replace-tablewzapi' of https://git…
…hub.com/wazuh/wazuh-kibana-app into feat/4312-search-bar-replace-management-groups
Configuration menu - View commit details
-
Copy full SHA for 12b4378 - Browse repository at this point
Copy the full SHA 12b4378View commit details -
Configuration menu - View commit details
-
Copy full SHA for acf37cf - Browse repository at this point
Copy the full SHA acf37cfView commit details
Commits on Aug 11, 2023
-
Merge branch '4.6.0' of https://github.com/wazuh/wazuh-kibana-app int…
…o feat/4312-search-bar-replace-management-groups
Configuration menu - View commit details
-
Copy full SHA for 945578f - Browse repository at this point
Copy the full SHA 945578fView commit details