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

[Cases] Show the Average time to close stat in the all cases page #131909

Merged
merged 67 commits into from
May 16, 2022

Commits on May 10, 2022

  1. Initial commit

    Esteban Beltran committed May 10, 2022
    Configuration menu
    Copy the full SHA
    df4c465 View commit details
    Browse the repository at this point in the history
  2. remove comment

    Esteban Beltran committed May 10, 2022
    Configuration menu
    Copy the full SHA
    06c3d64 View commit details
    Browse the repository at this point in the history
  3. Add tests for the count component

    Esteban Beltran committed May 10, 2022
    Configuration menu
    Copy the full SHA
    c9eac30 View commit details
    Browse the repository at this point in the history
  4. Add test for all cases list metric

    Esteban Beltran committed May 10, 2022
    Configuration menu
    Copy the full SHA
    c098956 View commit details
    Browse the repository at this point in the history
  5. Add tests for use get metrics hook

    Esteban Beltran committed May 10, 2022
    Configuration menu
    Copy the full SHA
    d1047e2 View commit details
    Browse the repository at this point in the history
  6. Update translation and fix refreswh

    Esteban Beltran committed May 10, 2022
    Configuration menu
    Copy the full SHA
    0374f3e View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Fix broken test

    Esteban Beltran committed May 11, 2022
    Configuration menu
    Copy the full SHA
    171b043 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68233f8 View commit details
    Browse the repository at this point in the history
  3. fix not refreshing mttr stats

    Esteban Beltran committed May 11, 2022
    Configuration menu
    Copy the full SHA
    98e5cd5 View commit details
    Browse the repository at this point in the history
  4. use prettyMS to show stat number

    Esteban Beltran committed May 11, 2022
    Configuration menu
    Copy the full SHA
    ebd74c2 View commit details
    Browse the repository at this point in the history
  5. Add media query for mobile

    Esteban Beltran committed May 11, 2022
    Configuration menu
    Copy the full SHA
    0b6f6bd View commit details
    Browse the repository at this point in the history
  6. fix type

    Esteban Beltran committed May 11, 2022
    Configuration menu
    Copy the full SHA
    4d7e721 View commit details
    Browse the repository at this point in the history
  7. rename component to CasesMetricvs

    Esteban Beltran committed May 11, 2022
    Configuration menu
    Copy the full SHA
    85fcdf7 View commit details
    Browse the repository at this point in the history
  8. remove typo

    Esteban Beltran committed May 11, 2022
    Configuration menu
    Copy the full SHA
    76f39df View commit details
    Browse the repository at this point in the history
  9. add missing test

    Esteban Beltran committed May 11, 2022
    Configuration menu
    Copy the full SHA
    2c6e94c View commit details
    Browse the repository at this point in the history
  10. rename test name

    Esteban Beltran committed May 11, 2022
    Configuration menu
    Copy the full SHA
    1f76971 View commit details
    Browse the repository at this point in the history
  11. replace n/a with hyphen

    Esteban Beltran committed May 11, 2022
    Configuration menu
    Copy the full SHA
    ebf636d View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. [Screenshotting] Added workaround for webgl driven canvases (elastic#…

    …131907)
    
    * added workaround for webgl driven canvases
    
    * expand comment with link to origin of idea
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    2 people authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    60476d1 View commit details
    Browse the repository at this point in the history
  2. Unskip flaky tests (elastic#131905)

    legrego authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    6513efb View commit details
    Browse the repository at this point in the history
  3. fix percentile rank math (elastic#132003)

    flash1293 authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    4acbd31 View commit details
    Browse the repository at this point in the history
  4. [SecuritySolution] Investigate in timeline from highlighted fields (e…

    …lastic#131255)
    
    * feat: add "investigate in timeline" btn to prevalence field
    
    The button existed before but it was not creating the timeline correctly as it's described in elastic#129591
    
    * fix: make sure the button only shows on hover
    
    * chore: remove duplicate `showTimeline` action
    
    * test: fix tests
    
    * test: add integration test for investigate in timeline
    
    * test: make sure the event count matches
    
    the event count in the alert flyout and in the timeline should match
    
    * chore: update commment
    
    * fix: hide certain columns in read-only mode
    
    - Do not show the "prevalence" column
    - Do not show the "Investigate in timeline" column
    
    * test: use translation string instead of inline string
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    2 people authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    d3a432e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e237031 View commit details
    Browse the repository at this point in the history
  6. fix possible reference error in bsearch (elastic#131717)

    Dosant authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    48a7b52 View commit details
    Browse the repository at this point in the history
  7. [Lens] Fixes bug with empty data and a reference line (elastic#131922)

    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    2 people authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    b714c9c View commit details
    Browse the repository at this point in the history
  8. [Maps] scale marker size by area (elastic#131911)

    * [Maps] scale marker size by area
    
    * icon size
    
    * clean up
    
    * more clean-up
    
    * add tests
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    2 people authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    1a0fa54 View commit details
    Browse the repository at this point in the history
  9. [XY] Add support of pointseries input type (elastic#131919)

    * added xy plugin.
    
    * Added expressionXY limits.
    
    * Added xy expression functions to the expression_xy plugin.
    
    * Moved xy to a separate plugin.
    
    * Small refactoring.
    
    * Fixed types.
    
    * Fixed import of scss.
    
    * Fixed imports.
    
    * Added required plugins.
    
    * Fixed import
    
    * Fixed types.
    
    * Changed expression names.
    
    * Fixed bugs, caused by the refactoring process.
    
    * Fixed lens snapshots.
    
    * Removed new line.
    
    * Fixed xy_chart tests.
    
    * Added lazy loading for xy chart.
    
    * Fixed xy chart test.
    
    * Fixed broken chart selectors.
    
    * Fixed dashboard tests.
    
    * dashboard test fixed.
    
    * Fixed heatmap vis.
    
    * Smokescreen test fixed.
    
    * more fixes.
    
    * async dashboard tests fixed.
    
    * Fixed xy smokescreen tests selectors.
    
    * fixed show_underlying_data tests.
    
    * Updated snapshots.
    
    * updated limits.
    
    * Fixed more selectors
    
    * Fixed persistent context test.
    
    * Fixed some more test at ml.
    
    * Fixed types and imports
    
    * Fixed handlers.inspectorAdapters.tables.logDatatable
    
    * Fixed logDatatable
    
    * Translations fixed.
    
    * Fixed "Visualize App ... cleans filters and query" test.
    
    cleans filters and query
    
    * Fixed "lens disable auto-apply tests" test.
    
    * Updated dashboard tests.
    
    * Fixed translations.
    
    * Expression tests fixed.
    
    * Cleaned up expression_xy.
    
    * cleaned up lens xy_visualization.
    
    * fixed more tests.
    
    * Fix of tsvb.
    
    * Fixed more tests.
    
    * Fixed xy chart limits.
    
    * Fixed new tests.
    
    * Fixed types.
    
    * Added extended layers expressions.
    
    * Added support of tables at layers.
    
    * Fixed tests.
    
    * Fixed more tests.
    
    * Fixed lens types.
    
    * Added tables to layers.
    
    * Checks fixed.
    
    * updated tests.
    
    * Fixed types.
    
    * Add support of pointseries input type
    
    * Fix checks
    
    * First try to fix merge conflicts.
    
    * Fixed annotatations.
    
    * Fixed types.
    
    * Updated snapshots
    
    * Fixed tests.
    
    * Fixed dependencies.
    
    * Fixed i18n.
    
    * Moved XY state types to lens.
    
    * Fixed more types.
    
    * Update src/plugins/chart_expressions/expression_xy/README.md
    
    Co-authored-by: Marta Bondyra <marta.bondyra@gmail.com>
    
    * [CI] Auto-commit changed files from 'node scripts/build_plugin_list_docs'
    
    * Removed yConfig from *Layers types
    
    * Fixed styles.
    
    * Fixed types.
    
    * Removed not used utils and styles.
    
    * Fixed types and tests.
    
    * updated size.
    
    * Use `expression` as name for datatable column
    
    * Added right behavior, related to the tables, comming from the expression.
    
    * Fixed reference lines.
    
    * Fixed jsdoc.
    
    * Added annotations to layeredXyVIs.
    
    * Fixed limits.
    
    * Refactored the implementation to be reusable.
    
    * Fixed undefined layers.
    
    * Fixed empty arrays problems.
    
    * Fixed input translations and removed not used arguments.
    
    * Fixed missing required args error, and added required to arguments.
    
    * Simplified expression configuration.
    
    * Added strict to all the expressions.
    
    * refactored code, according to the nit.
    
    * Moved dataLayer to the separate component.
    
    * Fixed jest tests.
    
    * Fixed tests.
    
    * Refactored dataLayers helpers and xy_chart.
    
    * More fixes of the expression
    
    Added extendedYConfig for dataLayers.
    Added yConfig for referenceLineLayers.
    Fixed undefined id at tooltip.
    
    * Fixed tests and snapshots.
    
    * Icons at annotations and reference lines are strict.
    
    * axis extent validation added.
    
    * Added checks to the legend config.
    
    * fillOpacity usage validation is added.
    
    * Fixed valueLabels argument options. Removed not used. Added validation for usage.
    
    * Removed not used tests and imports.
    
    * Fixed valueLabels and added migrations.
    
    * Fixed type checks.
    
    * Added test for the migrations.
    
    * Fixed imports.
    
    * Fixed types
    
    * Fixed i18n checks.
    
    # Conflicts:
    #	src/plugins/chart_expressions/expression_xy/public/components/xy_chart.tsx
    
    * Fixed imports and types.
    
    * [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'
    
    * Update src/plugins/chart_expressions/expression_xy/common/expression_functions/extended_annotation_layer.ts
    
    Co-authored-by: Marta Bondyra <marta.bondyra@gmail.com>
    
    * Removed extra extends.
    
    * Update src/plugins/chart_expressions/expression_xy/common/expression_functions/annotation_layer.ts
    
    Co-authored-by: Marta Bondyra <marta.bondyra@gmail.com>
    
    * Added guard.
    
    * Fixed the code duplication.
    
    * Removed table from the annotation layer.
    
    * Changed the `convertActiveDataFromIndexesToLayers` location.
    
    * Added tests for convertActiveDataFromIndexesToLayers
    
    * Reduced the bundle size a little bit.
    
    * Reused strings and args.
    
    * Refactored expression functions. Added asynchronous behavior.
    
    * Fixed tests.
    
    * Updated limits.
    
    * Updated the limit.
    
    * Fixed types.
    
    * fixed types.
    
    * Turned back layerIds.
    
    * Removed convertActiveData from Lens.
    
    * Added test to the layerIds generator.
    
    * Fixed types.
    
    * Fixed problems with resetting of the inspector.
    
    * Fixed migrations.
    
    * Removed types.
    
    * Removed tones of `areFormatted` calculations.
    
    * Fixed `isTimeViz` and `isHistogramViz` by replacing filteredLayers with dataLayers.
    
    * Removed referenceLineLayers from the `groupAxesByType` fn.
    
    * Added validation to the layeredXyVis.
    
    * Fixed extent validation.
    
    * Removed comments.
    
    * Reduced limit.
    
    * Added optimizations.
    
    * Fixed floatingColumns error.
    
    * Fixed types.
    
    * Updated limits.
    
    * Fix import
    
    * Fixed problems with formatting.
    
    * Small nit fix.
    
    * Fixed limits.
    
    Co-authored-by: Yaroslav Kuznietsov <kuznetsov.yaroslav.yk@gmail.com>
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Co-authored-by: Marta Bondyra <marta.bondyra@gmail.com>
    4 people authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    33f357f View commit details
    Browse the repository at this point in the history
  10. swap around dimensions (elastic#131945)

    Co-authored-by: Stratoula Kalafateli <efstratia.kalafateli@elastic.co>
    2 people authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    88522e3 View commit details
    Browse the repository at this point in the history
  11. [Pie] Run all functional tests for the new implementation (elastic#13…

    …1700)
    
    * [Pie] Run all functional tests for the new implementation
    
    * Fix CI
    
    * Fix tests
    
    * More fixes
    
    * More test foxes
    
    * Fix a11y tests
    
    * Further fies
    
    * Fix
    
    * Further fixes
    
    * Final fixes
    
    * Fix more pie related tests
    
    * Fixes more fixes
    
    * Fix dashboard tests
    
    * Fix dashboard filtering test
    
    * Fix the reporting tests
    
    * BWC tests
    stratoula authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    d7402ca View commit details
    Browse the repository at this point in the history
  12. [Controls] Delete sync with query bar setting (elastic#131554)

    * Delete sync with query bar settings
    
    * Removed query sync functional tests
    cqliu1 authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    2060f47 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bad27ef View commit details
    Browse the repository at this point in the history
  14. Retry INIT step when hitting incompatible_cluster_routing_allocation (e…

    …lastic#131809)
    
    * Add reproducing test case
    
    * Fix and add integration test
    
    * Transient settings should take preference
    
    * Rename unsupported_cluster_routing_allocation error to incompatible_cluster_routing_allocation
    
    * Retry INIT when action fails with [incompatible_cluster_routing_allocation]
    
    * Apply suggestions from code review
    
    Co-authored-by: Christiane (Tina) Heiligers <christiane.heiligers@elastic.co>
    
    * Fix archive with trial licence and re-enable skipped test
    
    * Integration test for incompatible cluster routing allocation
    
    * Fix types after renaming UnsupportedClusterRoutingAllocation
    
    * Attempt to fix open handle tests
    
    Co-authored-by: Christiane (Tina) Heiligers <christiane.heiligers@elastic.co>
    2 people authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    c9912a2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dd88f7d View commit details
    Browse the repository at this point in the history
  16. [Security Solution][Exceptions] - Add pagination icon (elastic#131979)

    Addresses elastic#106212
    
    Very minor UX inconsistency where the checkmark was not shown in exceptions pagination as it is in other paginated views. Now checkmark appears.
    yctercero authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    7a289aa View commit details
    Browse the repository at this point in the history
  17. updated chromium build scripts to include libGL* where chromium binar…

    …y expects them and add en-US.pak - needed for printing PDFs (elastic#131600)
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    2 people authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    32994e3 View commit details
    Browse the repository at this point in the history
  18. Fix link to open new window (elastic#131930)

    * Fix link to open new window
    
    * Fix review
    mashi-mashi authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    40ea271 View commit details
    Browse the repository at this point in the history
  19. [XY] xyVis split chart. (elastic#130229)

    * Added support of the splitChart.
    
    * Added tests for the splitChart.
    
    * Added snapshots for errors.
    
    * Fixed sorting of GroupBy.
    
    * Updated snapshot
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    2 people authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    5b6c03d View commit details
    Browse the repository at this point in the history
  20. Add Elasticsearch Serverless Forwarder to integrations UI (elastic#13…

    sayden authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    c2d37ae View commit details
    Browse the repository at this point in the history
  21. [Security Solution] fix flaky api integ tests (elastic#131939)

    joeypoon authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    81cc31e View commit details
    Browse the repository at this point in the history
  22. [eslint] add rule for auto-fixing unused imports (elastic#131772)

    * [eslint] add rule for auto-fixing unused imports
    
    * [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'
    
    * Update index_table.test.js
    
    * Update follower_indices_list.test.js
    
    Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
    2 people authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    385d78a View commit details
    Browse the repository at this point in the history
  23. prevent failure screenshot names from being over 100 characters in le…

    …ngth
    spalger authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    26d18bc View commit details
    Browse the repository at this point in the history
  24. skip failing suite (elastic#132049)

    spalger authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    af7d2b6 View commit details
    Browse the repository at this point in the history
  25. Update babel (main) (elastic#130276)

    * Update babel
    
    * coalesce babel versions in yarn.lock
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: spalger <spencer@elastic.co>
    Co-authored-by: Jonathan Budzenski <jon@elastic.co>
    4 people authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    b428390 View commit details
    Browse the repository at this point in the history
  26. [Security Solution][Exceptions] - Fix exceptions builder validation b…

    …ug (elastic#131989)
    
    Addresses elastic#86258
    
    The variable tracking state needed to be cleared on operator change. If you didn't change operators, then invalidating and then validating an entry worked as expected, but if you switched operators, the error state was not being cleared causing the builder to read that there was an error state.
    yctercero authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    ad46051 View commit details
    Browse the repository at this point in the history
  27. [EBT] Fix schema support to Date (elastic#132051)

    afharo authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    3568f97 View commit details
    Browse the repository at this point in the history
  28. [APM] Set a valid service_name for python APM onboarding (elastic#131959

    )
    
    * Set a valid SERVICE_NAME for python APM onboarding
    
    * Fix unit tests
    
    * Update the examples for node and golang
    
    * Revert "Update the examples for node and golang"
    
    This reverts commit 5747d80.
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    2 people authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    9ee33b7 View commit details
    Browse the repository at this point in the history
  29. [Security Solution] CODEOWNERS: assign ml_popover to the Rules Area

    ## Summary
    
    This PR assigns the `<MlPopover />` component and all the related code in the `x-pack/plugins/security_solution/public/common/components/ml_popover` folder to the @elastic/security-detections-response-rules area team.
    
    This component renders the **"ML job settings"** popover we have on the Rule Management page:
    
    <img width="1578" alt="ML job settings popover screenshot" src="https://user-images.githubusercontent.com/7359339/167900123-cf501ce2-8abe-4e01-9af5-9c1c97141d83.png">
    banderror authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    ecb505d View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    8f6bd91 View commit details
    Browse the repository at this point in the history
  31. [Security Solution] Remove fields from sourcerer response (elastic#…

    stephmilovic authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    b728903 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    bbf6884 View commit details
    Browse the repository at this point in the history
  33. [ML] Adding type for job summary state (elastic#131643)

    * [ML] Adding type for job summary state
    
    * renaming type
    
    * translations
    
    * fixing jobState types in security
    
    * fixing snapshots
    
    * fixing test
    jgowdyelastic authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    1263df2 View commit details
    Browse the repository at this point in the history
  34. [RAM] Adds Bulk Edit API to rulesClient (elastic#126904)

    Addresses
    - elastic#124715
    
    ## Summary
    
    - adds bulkEdit method to rulesClient
    - adds multi_terms bucket aggregations to savedObjectClient
    - adds createPointInTimeFinderAsInternalUser to encryptedSavedObjectClient
    - adds alerting API for bulkEdit
    ```bash
    curl --location --request POST 'http://localhost:5601/kbn/internal/alerting/rules/_bulk_edit' \
    --header 'kbn-xsrf: reporting' \
    --header 'Authorization: Basic ZWxhc3RpYzpjaGFuZ2VtZQ==' \
    --header 'Content-Type: application/json' \
    --data-raw '{
        "ids": ["4cb80374-b5c7-11ec-8f1e-adaa7d7d57e5"],
        "operations":  [{
            "operation": "add",
            "field": "tags",
            "value": ["foo"]
        }]
    }'
    ```
    ### Checklist
    
    Delete any items that are not applicable to this PR.
    
    - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
    
    
    ## Release note
    
    Adds new `bulkEdit` method to alerting rulesClient and internal _bulk_edit API, that allow bulk editing of rules.
    vitaliidm authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    2b86a82 View commit details
    Browse the repository at this point in the history
  35. [scalability testing] extend FTR config with optional scalability con…

    …figuration (elastic#132047)
    
    * [scalability testing] extend FTR config
    
    * update schema with defaults for testData
    dmlemeshko authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    177b9cc View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    358825e View commit details
    Browse the repository at this point in the history
  37. [artifacts] Test cloud context (elastic#130394)

    * [artifacts] Test cloud context
    
    This artifact currently has no consumers, but in the near future the
    release-manager will produce Cloud images using the context.  This
    ensures builds are working before we publish artifacts.
    
    * update permissions
    
    * fix if statement
    
    * DOCKER_CONTEXT -> KIBANA_DOCKER_CONTEXT
    jbudz authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    a639541 View commit details
    Browse the repository at this point in the history
  38. [Fleet] Fixing wrong validation message displayed [Closes#131227] (el…

    …astic#132029)
    
    * [Fleet] Fixing wrong validation message displayed [Closes#131227]
    
    * Condition added in function validateLogstashHosts in the try catch
    * [Fleet]: Wrong validation message is displayed when host field is left empty while adding new output. elastic#131227
    Co-authored-by: Pernot Nicolas nicolasn.pernot1@gmail.com
    
    * Fix lint error
    
    Co-authored-by: Kyle Pollich <kyle.pollich@elastic.co>
    2 people authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    3f901a5 View commit details
    Browse the repository at this point in the history
  39. [Security Solution] Fix cloud logs exclusion (elastic#130069)

    stephmilovic authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    18ecaa0 View commit details
    Browse the repository at this point in the history
  40. [Security Solution][Investigations] - Add pagination to alert details…

    … table (elastic#131358)
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    2 people authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    051b731 View commit details
    Browse the repository at this point in the history
  41. [Fleet APM Integration] static Java agent version list becomes stale …

    …quickly (elastic#131759)
    
    * changing version field to text input
    
    * disable save button
    
    * fixing storybook
    
    * adding doc links
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    2 people authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    0dd0010 View commit details
    Browse the repository at this point in the history
  42. [EBT] Elastic V3: fetch cannot be deconstructed (elastic#132056)

    afharo authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    753172e View commit details
    Browse the repository at this point in the history
  43. [maps] vector tile inspector (elastic#131565)

    * [maps] Vector tile inspector adapter
    
    * empty prompt
    
    * add layer select
    
    * tile request view
    
    * show gridTile es path and body
    
    * show error message
    
    * hits request
    
    * tab with editor
    
    * clean up
    
    * open in console
    
    * do not track same tile multiple times
    
    * remove layer from vector tile inspector when layer is removed
    
    * refactor tile request generation
    
    * show path in inspector
    
    * requests view callout
    
    * remove duplicated server side code
    
    * remove unused files
    
    * fix map_actions test
    
    * open requests view when getting requests from inspector
    
    * only show view when adapter is present
    
    * fix open in console link not matching tile request
    
    * tslint
    
    * fix search sessions functional test
    
    * update trouble shooting docs
    
    * use bold in docs
    
    * fix tiles at zoom level 0
    
    * revert changes to mb_map
    
    * include path when copying to clipboard
    
    * clear inspector when layer type changes
    
    * tslint fix
    
    * clean-up
    
    * update callout copy
    
    * empty prompt copy
    
    * copy updates
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    2 people authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    d7d5cda View commit details
    Browse the repository at this point in the history
  44. [ci] bump kibana-buildkite-library (elastic#132081)

    Spencer authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    9f08c07 View commit details
    Browse the repository at this point in the history
  45. Add a note that if list pipelines exceeds 10k, Kibana faces performan… (

    elastic#131992)
    
    * Add a note that if list pipelines exceeds 10k, Kibana faces performance issue. elastic#131992
    mashhurs authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    55bb2b5 View commit details
    Browse the repository at this point in the history
  46. [RAM] Shareable rule run history data grid component (elastic#131821)

    * Shareable rule event log
    
    * Addressed comments
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    2 people authored and Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    948ae69 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    7005aa5 View commit details
    Browse the repository at this point in the history
  48. rename mttr to average time to close

    Esteban Beltran committed May 12, 2022
    Configuration menu
    Copy the full SHA
    38614cf View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    ff862ac View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. Configuration menu
    Copy the full SHA
    7d09118 View commit details
    Browse the repository at this point in the history