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

Background sessions monitoring task #8

Closed
wants to merge 9,207 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 24, 2020

  1. Configuration menu
    Copy the full SHA
    3612e3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc35065 View commit details
    Browse the repository at this point in the history
  3. Deprecate kibana.index setting (elastic#83988)

    * Deprecating `kibana.index` setting
    
    * Using ela.st service so this can be changed to the blog in the future
    
    * Adding unit tests
    
    * Revising deprecation log message
    
    * Changing the deprecation log message to be more consistent with others
    
    * Updating kibana.index docs also
    
    * Using rename deprecation as the "standard" for the deprecation messages
    
    * /s/'/`
    kobelb committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    13808e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1159169 View commit details
    Browse the repository at this point in the history
  5. chore(NA): rebalance x-pack cigroups (elastic#84099)

    * chore(NA): rebalance cigroup1 into cigroup5
    
    * chore(NA): get list api integration into cigropup1 again
    
    * chore(NA): get apm integration basic into cigropup1 again
    
    * chore(NA): move back apm_api_integration trial tests into ciGroup1
    
    * chore(NA): move exception operators data types into ciGroup1 again
    
    * chore(NA): move detection engine api security and spaces back into ciGroup1
    
    * chore(NA): add a new xpack cigroup11
    
    * chore(NA): correctly create 11 xpack ci groups
    
    * chore(NA): try to balance ciGroup2 and 8
    
    * chore(NA): reset number of xpack parallel worker builds to 10
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    mistic and kibanamachine committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    9ee1ec7 View commit details
    Browse the repository at this point in the history
  6. [ML] Fix swim lane for top influencers (elastic#84258)

    * [ML] fix swim lane with page size for top influencers, fix swim lane sorting
    
    * [ML] fix typo
    darnautov committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    dc15aa8 View commit details
    Browse the repository at this point in the history
  7. [data.search] Simplify poll logic and improve types (elastic#82545)

    * [Search] Add request context and asScoped pattern
    
    * Update docs
    
    * Unify interface for getting search client
    
    * Update examples/search_examples/server/my_strategy.ts
    
    Co-authored-by: Anton Dosov <dosantappdev@gmail.com>
    
    * Review feedback
    
    * Fix checks
    
    * Fix CI
    
    * Fix security search
    
    * Fix test
    
    * Fix test for reals
    
    * Fix types
    
    * [data.search] Refactor search polling and improve types
    
    * Fix & update tests & types
    
    * eql totals
    
    * doc
    
    * Revert "eql totals"
    
    This reverts commit 01e8a06.
    
    * lint
    
    * response type
    
    * shim inside strategies
    
    * shim for security
    
    * fix eql params
    
    Co-authored-by: Anton Dosov <dosantappdev@gmail.com>
    Co-authored-by: Liza K <liza.katz@elastic.co>
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    4 people committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    f80da6c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f53d85 View commit details
    Browse the repository at this point in the history
  9. [Security Solution][Detections] Rule Form Fixes (elastic#84169)

    * Prevent error from being displayed when choosing action throttle
    
    Addresses elastic#83230.
    
    This field was previously refactored to not require a callback prop;
    simply updating the value via `field.setValue` is sufficient for our use
    case.
    
    This fix removes the errant code that assumed a callback prop, since
    such a prop does not exist on the underlying component.
    
    * Fix UI bug on ML Jobs popover
    
    EUI links now add an SVG if they're an external link; our use of a div
    was causing that to wrap. Since the div was only needed to change the
    text size, a refactor makes this all work.
    
    * Exercise editing of tags in E2E tests
    
    These tests were recently skipped due to their improper teardown. Since
    that's a broader issue across most of these tests, I'm reopening these
    so we can get the coverage provided here for the time being.
    
    * useFetchIndex defaults to isLoading: false
    
    In the case where no index pattern is provided, the hook exits without
    doing any work but does not update the loading state; this had the
    downstream effect of disabling a form field that was waiting for this
    hook to stop loading.
    
    * Move situational action into ... the situation
    
    We only need to clear existing tags in the case where we're editing the
    rule (and it has tags); in all other cases, this method fails. This
    fixes things by moving that conditional logic (clear the tags field)
    into the test that needs it (editing custom rules).
    rylnd committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    2ce1e09 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a1b568b View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. chore(NA): enable yarn prefer offline and local mirror for development (

    elastic#84124)
    
    * chore(NA): enable --prefer-offline by default
    
    * chore(NA): use prefer offline in the yarnrc
    
    * chore(NA): update kbn pm
    
    * chore(NA): add yarn offline mirror integration
    
    * chore(NA): remove non wanted prune feature due to switching between branches
    
    * chore(NA): re-introduce babel require hook
    mistic committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    aa8ec78 View commit details
    Browse the repository at this point in the history
  2. [TSVB] Remove jQuery dependency from plugins (elastic#83809)

    * Use rxjs instead of jquery for eventBus.
    
    * Fix comments
    
    * Removed one check because property is private.
    
    * Resolve comments
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    VladLasitsa and kibanamachine committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    80dfd91 View commit details
    Browse the repository at this point in the history
  3. [ILM] Relax POST policy route validation (elastic#84203)

    * relax policy post route validation
    
    * update comment
    jloleysens committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    8dfa489 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a763d33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6cd4d84 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4aa1683 View commit details
    Browse the repository at this point in the history
  7. [Discover] Refactor discover.js controller topnav code (elastic#79062)

    * Move discover.js functions to helper functions in separate files
    
    * Convert to TypeScript
    
    * Add unit tests
    
    * Add removeField function to SearchSource
    kertal committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    f294a9e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    09e326e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c1b807e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4367a10 View commit details
    Browse the repository at this point in the history
  11. Put the cluster_uuid in quotes (elastic#83987)

    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    chrisronline and kibanamachine committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    0f78022 View commit details
    Browse the repository at this point in the history
  12. [Monitoring] Only look at ES for the missing data alert for now (elas…

    …tic#83839)
    
    * Only look at ES for the missing data alert for now
    
    * PR feedback
    
    * Fix tests
    chrisronline committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    ced1dad View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5ee0104 View commit details
    Browse the repository at this point in the history
  14. [Search] Search batching using bfetch (again) (elastic#84043)

    Re-merging after cypress fixes
    lizozom committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    b3430e3 View commit details
    Browse the repository at this point in the history
  15. Deprecate xpack.task_manager.index setting (elastic#84155)

    * Deprecate `xpack.task_manager.index` setting
    
    * Updating developer docs about configuring task manager settings
    kobelb committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    58297fa View commit details
    Browse the repository at this point in the history
  16. [Workplace Search] Migrate DisplaySettings tree (elastic#84283)

    * Initial copy/paste of components
    
    Changes for pre-commit hooks were:
    
    - Linting
    - Lodash imports
    - Fixed warnings for `jsx-a11y/mouse-events-have-key-events` with stubbed onFocus and onBlue events with FIXME comments
    
    * Add server routes
    
    * Remove reference to shared lib
    
    This one-liner appears only once in ent-search so adding it here in the logic file`
    
    * Fix paths
    
    * Add types and fix TypeScript issues
    
    * Replace FlashMessages with global component
    
    * More explicit Result type
    
    * Remove routes/http in favor of HttpLogic
    
    * Fix server routes
    
    `urlFieldIsLinkable` was missing and `detailFields` can either be an object or an array of objects
    
    * Add base styles
    
    These were ported from ent-search. Decided to use spacers where some global styles were missing.
    
    * Kibana prefers underscores in URLs
    
    Was only going to do display-settings and result-details but decided to YOLO all of them
    scottybollinger committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    0fe8a65 View commit details
    Browse the repository at this point in the history
  17. [dev/cli] detect worker type using env, not cluster module (elastic#8…

    …3977)
    
    * [dev/cli] detect worker type using env, not cluster module
    
    * remove unused property
    
    * assume that if process.send is undefined we are not a child
    
    * update comment
    
    Co-authored-by: spalger <spalger@users.noreply.github.com>
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    3 people committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    ea8ea4e View commit details
    Browse the repository at this point in the history
  18. [ML] Persisted URL state for Anomalies table (elastic#84314)

    * [ML] Persisted URL state for Anomalies table
    
    * [ML] adjust cell selection according to the time range
    darnautov committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    280ce7e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5b2e119 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9bef42b View commit details
    Browse the repository at this point in the history
  21. [Time to Visualize] Fix Unlink Action via Rollback of ReplacePanel (e…

    …lastic#83873)
    
    * Fixed unlink action via rollback of replacePanel changes
    ThomThomson committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    351cd6d View commit details
    Browse the repository at this point in the history
  22. [APM] Elastic chart issues (elastic#84238)

    * fixing charts
    
    * addressing pr comments
    cauemarcondes committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    8804b50 View commit details
    Browse the repository at this point in the history
  23. [Fleet] Support input-level vars & templates (elastic#83878)

    * Fix bug creating new policy on the fly
    
    * Adjust UI for input with vars but no streams
    
    * Revert "Fix bug creating new policy on the fly"
    
    This reverts commit 34f7014.
    
    * Add `compiled_input` field and compile input template, if any. Make compilation method names more generic (instead of only for streams). Add testts
    
    * Add compiled input to generated agent yaml
    
    * Don't return empty streams in agent yaml when there aren't any
    
    * Update missed assertion
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    jen-huang and kibanamachine committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    284b104 View commit details
    Browse the repository at this point in the history
  24. [cli/dev] log a warning when --no-base-path is used with --dev (elast…

    …ic#84354)
    
    Co-authored-by: spalger <spalger@users.noreply.github.com>
    Spencer and spalger committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    4975112 View commit details
    Browse the repository at this point in the history
  25. [Security Solution][Resolver] Add support for predefined schemas for …

    …endpoint and winlogbeat (elastic#84103)
    
    * Refactoring entity route to return schema
    
    * Refactoring frontend middleware to pick off id field from entity route
    
    * Refactoring schema and adding name and comments
    
    * Adding name to schema mocks
    
    * Fixing type issue
    jonathan-buttner committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    5fda300 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    dfa9c75 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    71f7786 View commit details
    Browse the repository at this point in the history
  28. [basePathProxy] include query in redirect (elastic#84356)

    Co-authored-by: spalger <spalger@users.noreply.github.com>
    Spencer and spalger committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    5c57f3d View commit details
    Browse the repository at this point in the history
  29. [Fleet] Support URL query state in agent logs UI (elastic#84298)

    * Initial attempt at URL state
    
    * Break into smaller files
    
    * Handle invalid date range expressions
    jen-huang committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    459263f View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. Configuration menu
    Copy the full SHA
    fac7927 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4c8dca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2552c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4004dd4 View commit details
    Browse the repository at this point in the history
  5. [Logs UI] Limit the height of the "view in context" container (elasti…

    …c#83178)
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Alejandro Fernández Gómez and kibanamachine committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    36ab99e View commit details
    Browse the repository at this point in the history
  6. [Logs UI] Polish the UI for the log entry examples in the anomaly tab…

    …le (elastic#82139)
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Alejandro Fernández Gómez and kibanamachine committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    b246701 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f0192c1 View commit details
    Browse the repository at this point in the history
  8. TSVB offsets (elastic#83051)

    Closes: elastic#40299
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    alexwizp and kibanamachine committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    93b0273 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4d8b7f9 View commit details
    Browse the repository at this point in the history
  10. Added data streams privileges to better control delete actions in UI (e…

    …lastic#83573)
    
    * Added data streams privileges to better control delete actions in UI
    
    * Fix type check issues
    
    * Change data streams privileges request
    
    * Fixed type check issue
    
    * Fixed api integration test
    
    * Cleaned up not needed code
    
    * Renamed some data streams and added a default value for stats find
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    yuliacech and kibanamachine committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    51f75a5 View commit details
    Browse the repository at this point in the history
  11. Upgrade fp-ts to 2.8.6 (elastic#83866)

    * Upgrade fp-ts to 2.8.6
    
    * reduce import size from io-ts
    
    * removed unused imports
    
    * remove usage of fpts from alerts
    
    Co-authored-by: Gidi Meir Morris <github@gidi.io>
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    3 people committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    ee5c9bc View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. Configuration menu
    Copy the full SHA
    f99766e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31c1ca0 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2020

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

Commits on Nov 30, 2020

  1. [Security Solution][Detections] Handle dupes when processing threshol…

    …d rules (elastic#83062)
    
    * Fix threshold rule synthetic signal generation
    
    * Use top_hits aggregation
    
    * Find signals and aggregate over search terms
    
    * Exclude dupes
    
    * Fixes to algorithm
    
    * Sync timestamps with events/signals
    
    * Add timestampOverride
    
    * Revert changes in signal creation
    
    * Simplify query, return 10k buckets
    
    * Account for when threshold.field is not supplied
    
    * Ensure we're getting the last event when threshold.field is not provided
    
    * Add missing import
    
    * Handle case where threshold field not supplied
    
    * Fix type errors
    
    * Handle non-ECS fields
    
    * Regorganize
    
    * Address comments
    
    * Fix type error
    
    * Add unit test for buildBulkBody on threshold results
    
    * Add threshold_count back to mapping (and deprecate)
    
    * Timestamp fixes
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    madirey and kibanamachine committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    bdf7b88 View commit details
    Browse the repository at this point in the history
  2. [ML] Fix spaces job ID check (elastic#84404)

    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    jgowdyelastic and kibanamachine committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    767286e View commit details
    Browse the repository at this point in the history
  3. [Security Solution] Exceptions Cypress tests (elastic#81759)

    * improves 'Creates and activates a new custom rule' test
    
    * fixes constant problem
    
    * improves 'Creates and activates a new custom rule with override option' test
    
    * improves 'Creates and activates a new threshold rule' test
    
    * refactor
    
    * fixes type check issue
    
    * improves assertions
    
    * removes unused code
    
    * changes variables for constants
    
    * improves 'waitForTheRuleToBeExecuted' test
    
    * improves readability
    
    * fixes jenkins error
    
    * refactor
    
    * blah
    
    * more things
    
    * finishes 'Creates an exception from rule details and deletes the excpetion' implementation
    
    * implements 'Creates an exception from an alert and deletes the exception'
    
    * updates VALUES_INPUT locator
    
    * updates archiver
    
    * refactor
    
    * improves the code
    
    * fixes CI error
    
    * renames exceptions archive
    
    * refactor
    
    * fixes merge issue
    
    * fixes CI issue
    
    * debug
    
    * refactor
    
    * improves test data
    
    * removes signals index after the execution
    
    * removes unused line
    
    * removes unused variable
    
    * refactors 'numberOfauditbeatExceptionsAlerts' constant to camel case
    
    * simplifies the archive
    
    * waits for the rule to be executed after navigating to opened alerts tab
    
    * cleaning data
    
    * fixes tests flakiness
    
    * cleans test data
    
    * refactors code
    
    * removes unsused archives
    
    * cleans data
    
    * simplifies data
    
    * fixes CI issue
    
    Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    3 people committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    4546352 View commit details
    Browse the repository at this point in the history
  4. TSVB field list performance issue on using annotations (elastic#84407)

    * TSVB field list performance issue on using annotations
    
    * Add AbortController to fetchFields and change translation id in annotations_editor
    
    * Rename fetchFields to debouncedFetchFields
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    DianaDerevyankina and kibanamachine committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    06da0e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c59629 View commit details
    Browse the repository at this point in the history
  6. [Visualizations] Adds visConfig.title and uiState to build pipeline f…

    …unction (elastic#84456)
    
    * add visConfig.title to pipeline visualization function
    
    - To be consistent with visualizations built with "buildPipelineVisFunction".
    - To provide "title" information for visualizations.
    
    * add uiState to pipeline visualization function
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    fbaligand and kibanamachine committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    d11ca6c View commit details
    Browse the repository at this point in the history
  7. [UsageCollection] Remove formatBulkUpload and other unused APIs (el…

    …astic#84313)
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    afharo and kibanamachine committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    cb55898 View commit details
    Browse the repository at this point in the history
  8. [ML] Renaming saved object repair to sync (elastic#84311)

    * [ML] Remaiming saved object repair to sync
    
    * removing 0 from sync lists
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    jgowdyelastic and kibanamachine committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    090359c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    668ec44 View commit details
    Browse the repository at this point in the history
  10. Uptime overview overhaul (elastic#83406)

    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    shahzad31 and kibanamachine committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    2e6dca6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    923a525 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a2b71f8 View commit details
    Browse the repository at this point in the history
  13. increase stdout max listeners for legacy logging (elastic#84497)

    * increase stdout max listeners for legacy logging
    
    * add missing packages to CODEOWNERS
    pgayvallet committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    b99abe3 View commit details
    Browse the repository at this point in the history
  14. Trusted Apps signer API. (elastic#83661)

    * Separated out service layer for trusted apps.
    
    * Improved the type structure a bit to avoid using explicit string literals and to add possibility to return OS specific parts of trusted app object in type safe manner.
    
    * Added support for mapping of trusted app to exception item and back.
    
    * Changed schema to support signer in the API.
    
    * Renamed utils to mapping.
    
    * Exported some types in lists plugin and used them in trusted apps.
    
    * Added tests for mapping.
    
    * Added tests for service.
    
    * Switched deletion to use exceptions for not found case.
    
    * Added resetting of the mocks in service layer tests.
    
    * Added handlers tests.
    
    * Refactored mapping tests to be more granular based on the case.
    
    * Restored lowercasing of hash.
    
    * Added schema tests for signer field.
    
    * Removed the grouped tests (they were split into tests for separate concerns).
    
    * Corrected the tests.
    
    * Lowercased the hashes in the service test.
    
    * Moved the lowercasing to the right location.
    
    * Fixed the tests.
    
    * Added test for lowercasing hash value.
    
    * Introduced OperatingSystem enum instead of current types.
    
    * Removed os list constant in favour of separate lists in places that use it (each place has own needs to the ordering).
    
    * Fixed the missed OperatingSystem enum usage.
    efreeti committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    de5edaa View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f23d2e6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3af64ca View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6828859 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7691184 View commit details
    Browse the repository at this point in the history
  19. [APM] ML anomaly detection integration: Displaying anomaly job result…

    …s in the Transaction duration chart is not as intended (elastic#84415)
    
    * adding anomalies to transaction duration chart
    
    * removing extra :
    
    * fixing test
    
    * addressing pr comments
    
    * addressing pr comments
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    cauemarcondes and kibanamachine committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    416dbde View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0017c2d View commit details
    Browse the repository at this point in the history
  21. [Enterprise Search] Migrate shared Schema components (elastic#84381)

    * Migrate shared Schema components
    
    These components were not changed, with the exception of lint fixes and TypeScript changes (adding types). The only exceptions are:
    
    1. The `formatFieldName` in `SchemaAddFieldModal`. In `ent-search`, this was a shared util, but since it was not used anywhere else, I just added the method as a function in this component.
    
    2. The `IFieldCoercionErrors` interface is only used here so I did not add it to the shared types file and instead jut added it to this component.
    
    * Use EuiLinkTo instead of Link
    
    * Add unit tests
    
    * Better test for `hideName`
    
    Coverage was fine but wasn’t actually testing correctly
    
    * Add i18n
    
    * FIx test that didn’t pass eslint
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    scottybollinger and kibanamachine committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    eee05ad View commit details
    Browse the repository at this point in the history
  22. [Fleet] Support for showing an Integration Detail Custom (UI Extensio…

    …n) tab (elastic#83805)
    
    * Support for rendering a custom component in Integration Details
    * Refactor Fleet app initialization contexts in order to support testing setup
    * New test rendering helper tool
    * refactor Endpoint to use mock builder from Fleet
    paul-tavares committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    707dbcd View commit details
    Browse the repository at this point in the history
  23. [DOCS] Redirects for drilldown links (elastic#83846)

    * Fixes lGo to URL links
    
    * Fixes links pt 2
    
    * Added redirects
    
    * Added Lens and reformatted redirects
    
    * Removed lens and fixed broken links
    
    * Fixes to URL drilldowns link
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    KOTungseth and kibanamachine committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    480a993 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a82ebf8 View commit details
    Browse the repository at this point in the history
  25. Update IndexPatternSelect to get fields from indexPatternService inst…

    …ead of savedObject attributes (elastic#84376)
    
    * Update indexPatternSelect to get fields from indexPatternService instead of savedObject attributes
    
    * keep original search implemenation
    
    * import from public
    
    * remove unused code
    
    * API updates
    
    * review feedback
    nreese committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    a8d5b77 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    7ea2645 View commit details
    Browse the repository at this point in the history
  27. [Graph] Use new ES client and change license API (elastic#84398)

    * Remove deprecated Graph licensing methods
    
    * Use new elasticsearch client
    
    * fix typing error
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Tim Roes and kibanamachine committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    c48428e View commit details
    Browse the repository at this point in the history
  28. [Alerting] fixes buggy default message behaviour (elastic#84202)

    This PR addresses some weird UX we've identified with default values in Action Params components and their inferred defaults when placed inside of an Alerts flyout.
    Key changes:
    
    1. Typing of these components has been corrected to reflect that we expect these parameters to only be _partial_, as the form is used to set these values (for example, the `message` field of the Server Log action, might or might not be set, so it should be nullable, but in the typing we treated it as the _final_ valid state, which is message not being nullable).
    2. When a default message is set by the params components, the are tracked against the value of the default, which means that if the default changes, then so will the value in the field. Custom values provided by the user will not be overridden when the default changes. This has to be handled by the component itself at the moment (hopefully in the future we can make this a concern of the flyout and not each component).
    3. The concept of the "Recovered" action group has been removed from these components - that's an Alerting concern, not actions, and shouldn't appear in the action components' code.
    gmmorris committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    bc1fd6c View commit details
    Browse the repository at this point in the history
  29. Update dependency @elastic/charts to v24.2.0 (elastic#84223)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    647b991 View commit details
    Browse the repository at this point in the history
  30. [ML] Persisted URL state for Data Frame Analytics Exploration page (e…

    …lastic#84499)
    
    * [ML] store query string in the URL state
    
    * [ML] query state for the config step
    
    * [ML] pagination in the URL state
    
    * [ML] persisted URL state for outlier results exploration
    
    * [ML] update URL generator
    
    * [ML] do not update the url state when query string hasn't been changed
    
    * [ML] store expandable panels state in the URL
    
    * [ML] fix TS issue
    
    * [ML] fix TS issue
    darnautov committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    f39da3e View commit details
    Browse the repository at this point in the history
  31. [DOCS] better explanation of backup/key rotation for encryption key (e…

    …lastic#84529)
    
    * better explanation of backup/key rotation for encryption key
    
    * clarifying failure reason in lost key scenario
    
    * fixing typo
    bmcconaghy committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    614c858 View commit details
    Browse the repository at this point in the history
  32. Cleanup tsconfig files (elastic#84396)

    * remove unused "paths" from tsconfig
    
    * remove unused test utils, import get-url from kbn/test
    
    * dont pollute globals with jest when importing getUrl
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    mshustov and kibanamachine committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    1ec2f1d View commit details
    Browse the repository at this point in the history
  33. [Core] mark legacy ES client methods deprecated (elastic#84358)

    * mark context ES client & ES client methods deprecated
    
    * update docs
    
    * improve comment
    mshustov committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    cb0a359 View commit details
    Browse the repository at this point in the history
  34. Fixes Failing test: X-Pack Alerting API Integration Tests.x-pack/test…

    …/alerting_api_integration/security_and_spaces/tests/alerting/rbac_legacy·ts - alerting api integration security and spaces enabled Alerts alerts "before all" hook in "alerts" (elastic#84255)
    
    * Unskipping update test
    
    * Changing order of tests
    
    * Cleanup
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    ymao1 and kibanamachine committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    69845cc View commit details
    Browse the repository at this point in the history
  35. [Fleet] Default Integration Policy Configuration section is only show…

    …n if no UI extension is registered (elastic#84534)
    
    * Do not render out-of-box integration policy configuration step if a custom UI extension is registered
    * Remove endpoint specific logic from fleet and move it to UI extension
    paul-tavares committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    7ba6c73 View commit details
    Browse the repository at this point in the history
  36. [visualizations] get index pattern via service instead of saved object (

    elastic#84458)
    
    * embeddable - get index pattern via service instead of saved object
    mattkime committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    e97aa52 View commit details
    Browse the repository at this point in the history
  37. chore(NA): tool to find plugins circular dependencies between plugins (

    …elastic#82867)
    
    * chore(NA): update gitignore to include first changes from moving into a single package.json
    
    * chore(NA): update gitignore
    
    * chore(NA): move all the dependencies into the single package.json and apply changes to bootstrap
    
    * chore(NA): fix types problems after the single package json
    
    * chore(NA): include code to find the dependencies used across the code
    
    * chore(NA): introduce pure lockfile for install dependencies on build
    
    * chore(NA): update clean task to not delete anything from xpack node_modules
    
    * chore(NA): update gitignore to remove development temporary rules
    
    * chore(NA): update notice file
    
    * chore(NA): update jest snapshots
    
    * chore(NA): fix whitelisted licenses to include a new specify form of an already included one
    
    * chore(NA): remove check lockfile symlinks from child projects
    
    * chore(NA): fix eslint and add missing declared deps on single pkg json
    
    * chore(NA): correctly update notice
    
    * chore(NA): fix failing jest test for storyshots.test.tsx
    
    * chore(NA): fix cypress multi reporter path
    
    * chore(NA): fix Project tests check
    
    * chore(NA): fix problem with logic to detect used dependes on oss build
    
    * chore(NA): include correct x-pack plugins dep discovery
    
    * chore(NA): discover entries under dynamic requires on vis_type_timelion
    
    * chore(NA): remove canvas
    
    * chore(NA): add initial code to find circular deps
    
    * chore(NA): ground work to integrate the circular deps scripts
    
    * chore(NA): add correct filtering to find circular dependenices feature
    
    * chore(NA): add ci mode flag into circular deps script
    
    * chore(NA): feature complete circular dependencies detect script
    
    * chore(NA): merge and solve conflicts with master
    
    * chore(NA): remove unwanted changes
    
    * chore(NA): remove unwanted changes on kbn storybook
    
    * chore(NA): hook find circular deps tool into ci
    
    * chore(NA): remove previous find plugin circular deps script
    
    * chore(NA): add type for circular dep list
    
    * chore(NA): add type for circular dep list for allowed list
    
    * chore(NA): allow CI to fail check
    
    * chore(NA): update deps allowed list
    
    * chore(NA): run search circular deps script over examples too
    
    * docs(NA): adds cli description
    
    * chore(NA): use plugin search paths to build entries to find circular deps
    
    * chore(NA): update allowed list
    
    * chore(NA): snapshot update for kbn optimizer test
    
    * chore(NA): update dpdm version
    
    * chore(NA): remove thirdParty flag
    
    * chore(NA): update docs to include info about the new tool
    
    * docs(NA): update to link PR instead of the issue
    
    * chore(NA): update debug logs to always output allowedList
    
    * fix(NA): correctly list found differences number
    
    * chore(NA): remove quiet flag
    
    * fix(NA): correctly fail the CI if circular deps are found
    
    * chore(NA): complete list of found circular deps
    
    * chore(NA): used named capturing group into the regex
    
    * docs(NA): update typescript best practices docs and styleguide
    
    * chore(NA): introduce quick filter option flag
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    mistic and kibanamachine committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    6e88954 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    d93e211 View commit details
    Browse the repository at this point in the history
  39. [Enterprise Search] Minor update to Elastic Cloud instructions copy p…

    …er feedback (elastic#84584)
    
    * Update Elastic Cloud instructions copy
    
    * this is what happens when you go OOO for a week
    
    * Update tests
    Constance committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    5ed39f2 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Added default dedupKey value as an {{alertInstanceId}} to provide gro…

    …uping functionality for PagerDuty incidents. (elastic#84598)
    
    * Added default dedupKey value as an {{alertInstanceId}} to provide grouping functionality for PagerDuty incidents.
    
    * fixed type check
    YulNaumenko committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    67564b9 View commit details
    Browse the repository at this point in the history
  2. [Vega] Filter bar in Vega is not usable with non default index patter…

    …n. (elastic#84090)
    
    * [Vega] Filtering is not working
    
    Closes: elastic#81738
    
    * fix CI
    
    * some work
    
    * some work
    
    * add tests for extract_index_pattern
    
    * simplify extract_index_pattern
    
    * fix type error
    
    * cleanup
    
    * Update vega_base_view.js
    
    * Update extract_index_pattern.test.ts
    
    * fix PR comments
    
    * fix some comments
    
    * findByTitle -> getByTitle
    
    * remove getByTitle
    
    * fix vega_base_view
    
    * fix jest
    
    * allow to set multiple indexes from top_nav
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    alexwizp and kibanamachine committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    d4c02bb View commit details
    Browse the repository at this point in the history
  3. SavedObjectsRepository.incrementCounter supports array of fields (ela…

    …stic#84326)
    
    * SavedObjectsRepository.incrementCounter supports array of fields
    
    * Fix TS errors
    
    * Fix failing test
    
    * Ensure all the remarks make it into our documentation
    
    * SavedObjectsRepository.incrementCounter initialize option
    
    * Move usage collection-specific docs out of repository into usage collection plugins readme
    
    * Update api docs
    
    * Polish generated docs
    rudolf committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    4507865 View commit details
    Browse the repository at this point in the history
  4. [Alerting] renames Resolved action group to Recovered (elastic#84123)

    This PR changes the default term from “Resolved” to “Recovered”, as it fits most use cases and we feel users are most likely to understand its meaning across domains.
    gmmorris committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    7dcaff5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b2f0cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba7918a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    39ceadd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4cb44d9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4a7071e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0ba7d9c View commit details
    Browse the repository at this point in the history
  11. [Security Solution][Detections] Fix grammatical error in validation m…

    …essage for threshold field in "Create new rule" -> "Define rule" (elastic#84490)
    
    Just a simple tweak of the default translation.
    banderror committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    c0d7ce7 View commit details
    Browse the repository at this point in the history
  12. [Security Solution][Detections] Support arrays in event fields for Se…

    …verity/Risk overrides (elastic#83723)
    
    This PR changes the behavior of severity and risk score overrides in two ways:
    
    - adds support for arrays in the mapped event fields (so a rule can be triggered by an event where e.g. `event.custom_severity` has a value like `[45, 70, 90]`)
    - makes the logic of overrides more flexible, resilient to the incoming values (filters out junk, extracts meaningful values, does its best to find a value that would fit the mapping)
    banderror committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    80e88ce View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c9fc876 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a9845c6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9d25669 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7a77900 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    99ea48f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    920e4fa View commit details
    Browse the repository at this point in the history
  19. Revert "[Alerting] renames Resolved action group to Recovered (elasti…

    …c#84123)"
    
    This reverts commit 7dcaff5.
    Tyler Smalley committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    0b5c55c View commit details
    Browse the repository at this point in the history
  20. [Security Solution] [Detections] Create a 'partial failure' status fo…

    …r rules (elastic#84293)
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    dhurley14 and kibanamachine committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    6e80d9f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a65c12f View commit details
    Browse the repository at this point in the history
  22. [Security Solution][Detections] Fix labels and issue with mandatory f…

    …ields (elastic#84525)
    
    * Fix labeling and bugs
    
    * Improve naming
    cnasikas committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    636f91c View commit details
    Browse the repository at this point in the history
  23. Update create.asciidoc (elastic#84046)

    The url templates provided for call of the API with space information was missing the /api/ section in it.
    
    (cherry picked from commit 35f1cc1)
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    balooka and kibanamachine committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    5420177 View commit details
    Browse the repository at this point in the history
  24. [ML] Fix unnecessary trigger of wildcard field type search for ML plu…

    …gin routes. (elastic#84605)
    
    Passing in an empty string '' to useResolver() would trigger a wild card search across all indices and fields, potentially causing a timeout and the page would fail to load. The following pages were affected: Single Metric Viewer, Data frame analytics models list, Data frame analytics jobs list, Data frame analytics exploration page, File Data Visualizer (Data visualizer - Import data from a log file). This PR fixes it by passing undefined instead of '' to useResolver to avoid calling _fields_for_wildcard with an empty pattern. Jest tests were added to cover the two parameter scenarios empty string/undefined.
    walterra committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    5889e36 View commit details
    Browse the repository at this point in the history
  25. Remove unscripted fields from sample data index-pattern saved objects (

    …elastic#84659)
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    nreese and kibanamachine committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    3958cdd View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    68decb8 View commit details
    Browse the repository at this point in the history
  27. Revert the Revert of "[Alerting] renames Resolved action group to Rec…

    …overed (elastic#84123)"  (elastic#84662)
    
    Reapplies the elastic#84123 PR:
    This PR changes the default term from “Resolved” to “Recovered”, as it fits most use cases and we feel users are most likely to understand its meaning across domains.
    gmmorris committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    6da6db2 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    9b74fe6 View commit details
    Browse the repository at this point in the history
  29. endpoint telemetry cloned endpoint tests (elastic#81498)

    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    achuguy and kibanamachine committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    d8643f7 View commit details
    Browse the repository at this point in the history
  30. Changes UI links for drilldowns (elastic#83971)

    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    KOTungseth and kibanamachine committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    5da9650 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    78faa10 View commit details
    Browse the repository at this point in the history
  32. [maps] remove fields from index-pattern test artifacts (elastic#84379)

    * [maps] remove fields from index-pattern test artifacts
    
    * only remove non-scripted fields
    
    * fix data.json parse issues - darn trailing comma
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    nreese and kibanamachine committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    4b1ba0f View commit details
    Browse the repository at this point in the history
  33. [Enterprise Search] Migrate shared Indexing Status component (elastic…

    …#84571)
    
    * Add react-motion package
    
    This is needed to animate the loading progress bar in the Enterprise Search schema views
    
    * Add shared interface
    
    * Migrate IndexingStatusContent component
    
    This is a straight copy/paste with only linting changes and tests added
    
    * Migrate IndexingStatusErrors component
    
    This is a copy/paste with linting changes and tests added. Also changed out the Link component to our EuiLinkTo component for internal routing
    
    * Migrate IndexingStatus component
    
    This is a straight copy/paste with only linting changes and tests added
    
    * Migrate IndexingStatusFetcher component
    
    This is a copy/paste with some modifications. The http/axios code has been removed in favor of the HTTPLogic in Kibana.
    
    This is a WIP that I am merging to master until I can get it working in the UI. Without either Schema component in the UIs for App Search or Workplace Search this is only a POC. Will not backport until this is verified working and have written tests.
    
    * Add i18n
    
    * Revert "Add react-motion package"
    
    This reverts commit 92db929.
    
    * Remove motion dependency
    
    * Update copy
    
    Co-authored-by: Constance <constancecchen@users.noreply.github.com>
    
    * Refactor per code review
    
    - Remove stui classes
    - Inline status
    
    Co-authored-by: Constance <constancecchen@users.noreply.github.com>
    scottybollinger and Constance committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    ae9df69 View commit details
    Browse the repository at this point in the history
  34. [CCR] Fix row actions in follower index and auto-follow pattern tables (

    elastic#84433)
    
    * Fixed auto follow actions
    
    * Created a provider for all follower index table actions to fix modal auto-closing
    
    * Moved i18n texts into a const to avoid duplication
    
    * Removed unnecessary imports and added index.js file for follower_index_actions_provider imports
    
    * Fixed wrong imports deletion
    
    * Fixed wrong imports deletion
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    yuliacech and kibanamachine committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    4ae84a0 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    49f0ca0 View commit details
    Browse the repository at this point in the history
  36. [Security Solutino][Case] Case connector alert UI (elastic#82405)

    Co-authored-by: Patryk Kopycinski <contact@patrykkopycinski.com>
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    3 people committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    b9a64ba View commit details
    Browse the repository at this point in the history
  37. Attempt to more granularly separate App Search vs Workplace Search vs…

    … shared GitHub notifications (elastic#84713)
    Constance committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    00a5b60 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. [Input Control] Custom renderer (elastic#84423)

    * Create custom renderer
    
    * Reduce initial bundle size
    
    * Fix tests
    
    * Add unit test
    
    * Remove injectI18n usage
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Daniil and kibanamachine committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    2c084b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b454f2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    717a66f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8981d0e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44c436b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30f8e41 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    59a405d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a07349 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5354008 View commit details
    Browse the repository at this point in the history
  10. Added word break styles to the texts in the item details card. (elast…

    …ic#84654)
    
    * Added word break styles to the texts in the item details card.
    
    * Updated snapshots.
    efreeti committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    126c99a View commit details
    Browse the repository at this point in the history
  11. [APM] Refactor hooks and context (elastic#84615)

    * Refactor hooks and context
    
    * Fix tsc issues
    
    * address feedback
    
    * Fix lint
    
    * type-only import
    sorenlouv committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    452f841 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2ad3d2b View commit details
    Browse the repository at this point in the history
  13. Changed the translation text for the description text in the antiviru…

    …s registration form (elastic#84626)
    
    * Changed the text for the description text in the antivirus registration form. Moved the form component to components folder and extracted translations into constants to make code more readable.
    
    * Extracted EventsForm to reduce duplication among events forms.
    efreeti committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    32200af View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c1e7f69 View commit details
    Browse the repository at this point in the history
  15. [Synthetics] Waterfall chart (elastic#84199)

    * Add a Waterfall component
    
    - Adds a generic Waterfall component
    - Adds consumer consumption code for Synthetics
    Kerry350 committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    0c623b6 View commit details
    Browse the repository at this point in the history
  16. [Fleet][EPM] Pass through valid manifest values from upload (elastic#…

    …84703)
    
    * Add missing properties & improve type safety
    
    * Break up types for better readability
    John Schulz committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    90a18cc View commit details
    Browse the repository at this point in the history
  17. Telemetry for Dyanmic Actions (Drilldowns) (elastic#84580)

    * feat: 🎸 set up telemetry for UiActions
    
    * feat: 🎸 improve ui_actions_enhanced collector
    
    * feat: 🎸 namespace ui actions telemetry stats
    
    * refactor: 💡 improve dynamic actions collector setup
    
    * feat: 🎸 add tests for dynamicActionsCollector
    
    * feat: 🎸 collect dynamic action trigger statistics
    
    * refactor: 💡 standartize metric naming
    
    * feat: 🎸 aggregate action x trigger counts
    
    * test: 💍 add tests for factory stats
    
    * docs: ✏️ add ui actions enhanced telemetry docs
    
    * fix: 🐛 revert type change
    
    * refactor: 💡 make dynamic action stats global
    
    * refactor: 💡 use global telemetry stats in action factories
    streamich committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    cc341b3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d481adc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a38a9d3 View commit details
    Browse the repository at this point in the history
  20. [Lens] Refactor function selection invalid state (elastic#84599)

    * [Lens] Refactor function selection invalid state
    
    * Fix types per review comment
    Wylie Conlon committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    c73de26 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d990b27 View commit details
    Browse the repository at this point in the history
  22. [Task Manager] Skip removed task types when claiming tasks (elastic#8…

    …4273)
    
    * Checking if task type is in registered list
    
    * Loading esArchiver data with removed task type for testing
    
    * PR fixes
    ymao1 committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    cbc61af View commit details
    Browse the repository at this point in the history
  23. Deprecate disabling the spaces plugin (elastic#83984)

    Co-authored-by: Aleh Zasypkin <aleh.zasypkin@gmail.com>
    legrego and azasypkin committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    a20709c View commit details
    Browse the repository at this point in the history
  24. [build/node] log url when downloading node shasum info (elastic#84692)

    Co-authored-by: spalger <spalger@users.noreply.github.com>
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    3 people committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    b96b965 View commit details
    Browse the repository at this point in the history
  25. Added migration of policy for AV registration config. (elastic#84779)

    * Added migration of policy for AV registration config.
    
    * Updated migration a bit to be more safe.
    efreeti committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    7f96913 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    6900ce2 View commit details
    Browse the repository at this point in the history
  27. Improve ui settings performance (elastic#84513)

    * remove unused parameter in "read" function
    
    * add cache for uiSettings client
    
    * add tests for ui_settings client caching
    
    * address comments
    
    * do not mutate ui_settings_client cache
    mshustov committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    88359b7 View commit details
    Browse the repository at this point in the history
  28. [Enterprise Search] Convert IndexingStatus to use logic for fetching (e…

    …lastic#84710)
    
    * Add IndexingStatusLogic
    
    * Replace IndexingStatusFetcher with logic
    
    * Refactor out unnecessary conditional
    
    onComplete is not optional so these if blocks can be consolidated
    
    * Misc styling - destructuring and typing
    
    Co-authored-by: Constance <constancecchen@users.noreply.github.com>
    
    * Misc styling - imports
    
    Co-authored-by: Constance <constancecchen@users.noreply.github.com>
    
    * Remove div
    
    * Refactor test
    
    * Replace method with string for statusPath
    
    In ent-search, we use Rails helpers to generate paths. These were in the form of routes.whateverPath(). We passed these method to the IndexingStatus component to generate the app-specific rotues in the shared component.
    
    In Kibana, we will not have these generators and should instead pass the path strings directly
    
    Co-authored-by: Constance <constancecchen@users.noreply.github.com>
    scottybollinger and Constance committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    b6913a3 View commit details
    Browse the repository at this point in the history
  29. [ML] Fix prediction probability text for classification (elastic#84593)

    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    qn895 and kibanamachine committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    0e43bee View commit details
    Browse the repository at this point in the history
  30. [SECURITY_SOLUTION] Enable usage of the Endpoint Policy form from Fle…

    …et (elastic#84684)
    
    * Endpoint: add `withSecurityContext` HOC + refactor endpoint policy edit lazy component to use it
    * Endpoint: refactor Policy Details to separate form from view
    * Endpoint: Enable the Redux store for the Policy form when displayed via Fleet
    * Fleet: Allow partial package policy updates to be sent via `onChange()`
    paul-tavares committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    2ffdf75 View commit details
    Browse the repository at this point in the history
  31. Jest multi-project configuration (elastic#77894)

    Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
    Tyler Smalley committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    b593781 View commit details
    Browse the repository at this point in the history
  32. [Enterprise Search] Move schema types to shared (elastic#84822)

    * Move schema types to shared
    
    We use the Schema types in Workplace Search as well, so moving these to shared. Also, we have a component called IndexingStatus so reverting to the prefixed IIndexingStatus interface name
    
    * Fix misspelled interface
    scottybollinger committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    4f3d72b View commit details
    Browse the repository at this point in the history
  33. [Security Solution][Exceptions] Implement exceptions for ML rules (el…

    …astic#84006)
    
    * Implement exceptions for ML rules
    
    * Remove unused import
    
    * Better implicit types
    
    * Retrieve ML rule index pattern for exception field suggestions and autocomplete
    
    * Add ML job logic to edit exception modal
    
    * Remove unnecessary logic change
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    marshallmain and kibanamachine committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    d47c70c View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    e194434 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    fb48e90 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    23dccb7 View commit details
    Browse the repository at this point in the history
  37. [Fleet] EPM support to handle uploaded file paths (elastic#84708)

    * modify file route to handle uploaded packge file paths
    
    * update messaging
    
    * improve tests
    
    * fix bug and add test to check the version of the uploaded package before failing
    
    * fix similar bug for getting package info from registry when a different version is uploaded
    neptunian committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    a5dd5b6 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    65cbe4c View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. [APM] Removes react-sticky dependency in favor of using CSS (elastic#…

    …84589)
    
    Closes elastic#84521
    
    Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
    Tyler Smalley committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    401047e View commit details
    Browse the repository at this point in the history
  2. [Enterprise Search] Fix schema errors button (elastic#84842)

    * Fix schema errors button
    
    When migrated, the button was wrapping the link and it should be the other way around. This caused a blue link color.
    
    * Remove redundant true value
    
    * TIL EuiButtonTo
    scottybollinger committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    9cbf971 View commit details
    Browse the repository at this point in the history
  3. Rename server.xsrf.whitelist to server.xsrf.allowlist (elastic#84791)

    * rename xsrd.whitelist to xsrf.allowlist
    
    * update docs
    
    * update telemetry schema
    
    * update kbn-config tests
    mshustov committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    78123a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    155d150 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    770a005 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ae7365 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9041ea5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f1495ed View commit details
    Browse the repository at this point in the history
  9. [Embeddable] Export CSV action for Lens embeddables in dashboard (ela…

    …stic#83654)
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    dej611 and kibanamachine committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    17d986e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ae463cf View commit details
    Browse the repository at this point in the history
  11. Fixed a11y issue on rollup jobs table selection (elastic#84567)

    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    yuliacech and kibanamachine committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    bec3342 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f5fb14f View commit details
    Browse the repository at this point in the history
  13. [Security Solution][Detections] Implements indicator match rule cypre…

    …ss test (elastic#84323)
    
    * implemnts indicator match rule cypress test
    
    * fixes merge issue
    
    * fixes type check issues
    
    * fixes mapping
    
    * simplifies data
    
    * fixes excpetions flakiness
    
    * fixes alerts test
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    MadameSheema and kibanamachine committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    37e9070 View commit details
    Browse the repository at this point in the history
  14. fix: 🐛 don't add separator befor group on no main items (elastic#83166)

    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    streamich and kibanamachine committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    bb76989 View commit details
    Browse the repository at this point in the history
  15. [Logs UI] Fetch single log entries via a search strategy (elastic#81710)

    This replaces the log item API with a single-log-entry search strategy. This is used to fetch the data for display in the details flyout. There should be no significant visual difference to the user.
    weltenwort committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    3cb26eb View commit details
    Browse the repository at this point in the history
  16. [Lens] accessibility screen reader issues (elastic#84395)

    * [Lens] accessibility screen reader issues
    
    * fix i18n
    
    * fix: no aria-label on divs
    
    * cr fixes
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    mbondyra and kibanamachine committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    487eb2e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    145c0a5 View commit details
    Browse the repository at this point in the history
  18. Deprecate reporting.index setting (elastic#84005)

    * Deprecating `xpack.reporting.index` setting
    
    * Adding unit test
    
    * Now with more standard deprecation messages
    
    * Updating the xpack.reporting.index docs
    
    * Fixing tests
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    kobelb and kibanamachine committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    f9ade90 View commit details
    Browse the repository at this point in the history
  19. [Discover] New responsive layout using EUI components (elastic#83633)

    Co-authored-by: Andrea Del Rio <delrio.andre@gmail.com>
    Co-authored-by: cchaos <caroline.horn@elastic.co>
    Co-authored-by: Michail Yasonik <michail.yasonik@elastic.co>
    Co-authored-by: Dave Snider <dave.snider@gmail.com>
    Co-authored-by: Marta Bondyra <marta.bondyra@elastic.co>
    6 people committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    95f8d9d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    43dd487 View commit details
    Browse the repository at this point in the history
  21. [Runtime fields] Add support in index template (elastic#84184)

    Co-authored-by: Adam Locke <adam.locke@elastic.co>
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    3 people committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    e83bbfd View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7393c23 View commit details
    Browse the repository at this point in the history
  23. [Alerting][Event Log] ensures we wait for the right number of events …

    …in test (elastic#84189)
    
    Keeps the exact same assertions, but ensures the retry loop waits for them to complete so we don't assert too soon.
    gmmorris committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    eb0569b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d2fc976 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0bd9281 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ac71d2e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c39d14f View commit details
    Browse the repository at this point in the history
  28. [Workplace Search] Migrate Sources Schema tree (elastic#84847)

    * Initial copy/paste of component tree
    
    Only does linting changes and:
    - lodash imports
    - Replace unescaped apostrophes with &apos;
    - Fix ternary function call to if block:
    
     if (isAdding) {
      actions.onSchemaSetFormErrors(errors);
    } else {
      actions.onSchemaSetError({ flashMessages: { error: errors } });
    }
    
    * Remove local flash messages from component
    
    * Update paths
    
    - Adds getReindexJobRoute method to routes
    - Repalces legacy Rails routes helper with hard-coded paths
    
    * Add types and constants
    
    * Update paths
    
    * Replace local flash message logic with gobal
    
    * Update with newly added types
    
    Added here: elastic#84822
    
    * Update server routes
    
    * Replace Rails http with kibana http
    
    * Set percentage to 0 when updating
    
    Without this, the IndexingStatus never shows.
    
    * Fix route paths
    
    * Fix server route validation
    
    The empty object was breaking the UI since `schema.object({})` is actually an empty object. This is more explicit and correct.
    
    * Add i18n
    
    * Make sure i18n key is unique
    
    * Lint
    scottybollinger committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    235f786 View commit details
    Browse the repository at this point in the history
  29. [CI] Enables APM collection (elastic#81731)

    Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
    Tyler Smalley committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    74ef540 View commit details
    Browse the repository at this point in the history
  30. [Metrics UI] Add metadata tab to node details flyout (elastic#84454)

    * Add properties tab to flyout
    
    * Better id for i18n title
    
    * Update i18n ids
    
    * Fix test and styling
    
    * Style changes, add support for collapsing array fields
    
    * Add loading indicators
    
    * Fix type check
    
    * Fix another test
    
    * Fix tests for pods
    
    * Add link to node details page
    
    * Only show the overlay when viewing hosts
    
    * Take into account cores when showing cpu
    
    * Make it easier to read
    
    * Remove unnecessary cast
    
    * Fix PR feedback
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    phillipb and kibanamachine committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    61fdec2 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    47917b3 View commit details
    Browse the repository at this point in the history
  32. [Lens] allow drag and drop reorder on xyChart for y dimension (elasti…

    …c#84640)
    
    * [Lens] allow drag and drop on xyChart for y dimension
    
    * wip
    
    * tests
    
    * dimension panel fix
    
    * eslint
    
    * fix test
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    mbondyra and kibanamachine committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    1ff2bb3 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    5c88a3c View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    9f09c84 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    726424a View commit details
    Browse the repository at this point in the history
  36. [Maps] geo line source (elastic#76572)

    * [Maps] geo line source
    
    * update editor with metrics
    
    * show track name in tooltip
    
    * fix styling by category
    
    * avoid killing ES, limit to 100 tracks
    
    * better source tooltip message
    
    * fix imports
    
    * increase max tracks
    
    * use tracks icon
    
    * tslint
    
    * Making layer wizard select tooltip flex
    
    * tslint and jest snapshot updates
    
    * clean up
    
    * add trimmed property to tooltip
    
    * change complete label to 'track is complete'
    
    * show incomplete data icon if tracks are trimmed
    
    * add jest test for getSourceTooltipContent
    
    * clean up areResultsTrimmed logic
    
    * split request into 2 fetches
    
    * review feedback
    
    * do not allow selecting split field as sort field
    
    * reduce number of tracks to 250
    
    * tslint
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Co-authored-by: miukimiu <elizabet.oliveira@elastic.co>
    3 people committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    e72d174 View commit details
    Browse the repository at this point in the history
  37. [APM] Add log_level/sanitize_field_names config options to Python Age…

    …nt (elastic#84810)
    
    * [APM] Add log_level config option to Python Agent
    
    * Add sanitize_field_names as well
    basepi committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    eb46f3a View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    60202b3 View commit details
    Browse the repository at this point in the history
  39. Changed rollup tests to use test user rather than elastic super user. (

    …elastic#79567)
    
    * removed .only for testing
    
    * Added config with minimum permissions.
    
    * Removed kibana user role. 
    
    I removed the kibana user role to remove redundancy.
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    John Dorlus and kibanamachine committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    08bb038 View commit details
    Browse the repository at this point in the history
  40. Add geo containment tracking alert type (elastic#84151)

    Aaron Caldwell committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    8ab43da View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. skip lens rollup tests

    jbudz committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    9170d49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7277aaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b92fa2 View commit details
    Browse the repository at this point in the history
  4. [Actions] fixes bug where severity is auto selected but not applied t…

    …o the action in PagerDuty (elastic#84891)
    
    In this PR we ensure the EuiSelects in the PagerDuty params components don't auto select a value when the field doesn't have a default value.
    gmmorris committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    ad49853 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a42b65 View commit details
    Browse the repository at this point in the history
  6. [ML] Functional tests - add missing test data cleanup (elastic#84998)

    This PR adds a few missing cleanup calls to the after methods of the functional ML test suite and the functional basic ML test suite.
    pheyos committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    b9b2704 View commit details
    Browse the repository at this point in the history
  7. [Alerting] Enables AlertTypes to define the custom recovery action gr…

    …oups (elastic#84408)
    
    In this PR we introduce a new `recoveryActionGroup` field on AlertTypes which allows an implementor to specify a custom action group which the framework will use when an alert instance goes from _active_ to _inactive_.
    By default all alert types will use the existing `RecoveryActionGroup`, but when `recoveryActionGroup` is specified, this group is used instead.
    
    This is applied across the UI, event log and underlying object model, rather than just being a label change.
    To support this we also introduced the `alertActionGroupName` message variable which is the human readable version of existing `alertActionGroup` variable.
    gmmorris committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    249a1a4 View commit details
    Browse the repository at this point in the history
  8. chore(NA): upgrade node-sass into last v4.14.1 to stop shipping old n…

    …ode-gyp (elastic#84935)
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    mistic and kibanamachine committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    a6bd1aa View commit details
    Browse the repository at this point in the history
  9. chore(NA): removes auto install of pre-commit hook (elastic#83566)

    * chore(NA): remove kibana pre-commit hook installation from bootstrap
    
    * chore(NA): add support for git ref flag on run precommit hook script
    
    * chore(NA): integrate quick commit checks within the CI
    
    * chore(NA): introduce logging trap to warn about quick commit checks failure and how to reproduce it
    
    * chore(NA): update quick commit checks message
    
    * fix(NA): quick commit checks function def
    
    * chore(NA): fix quick commit checks message quotes
    
    * chore(NA): fix functional call
    
    * chore(NA): fix script to run
    
    * chore(NA): add unexpected debugger statement to test quick commit checks
    
    * chore(NA): update message to log before quick commit checks
    
    * chore(NA): remove extra debugger statement
    
    * chore(NA): add echo message inline with script execution
    
    * chore(NA): add unexpected debugger statement to test quick commit checks
    
    * chore(NA): remove extra usage of debug statement
    
    * chore(NA): wrapping quick commit checks in a func
    
    * chore(NA): export function to use later
    
    * chore(NA): export function to use later
    
    * chore(NA): use child bash script on github checks reporter
    
    * chore(NA): define dir context for commit_check_runner.sh
    
    * fix(NA): permissions for commit_check_runner.sh
    
    * fix(NA): permissions for commit.sh
    
    * chore(NA): format message to log
    
    * chore(NA): add unexpected debugger statement to test quick commit checks
    
    * chore(NA): remove extra usage of debug statement
    
    * chore(NA): format runner message
    
    * chore(NA): replace log.info by log.warning
    
    * docs(NA): include docs for removing the pre-commit hook auto installation
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    mistic and kibanamachine committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    9c3ca20 View commit details
    Browse the repository at this point in the history
  10. [ILM] Fix delete phase serialization bug (elastic#84870)

    * added test for correctly deserializing delete phase, and added fix
    
    * clarify test comment
    
    * fix serialization of hot phase to include delete action
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    jloleysens and kibanamachine committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    9d6d783 View commit details
    Browse the repository at this point in the history
  11. [TSVB] Wrong x-axis formatting if "dateFormat" configuration property…

    … is not specified (elastic#84899)
    
    * [TSVB] Wrong x-axis formatting if "dateFormat" configuration property is not specified
    
    * Update create_xaxis_formatter.js
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    alexwizp and kibanamachine committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    71f863e View commit details
    Browse the repository at this point in the history
  12. Fix lookup and color field formatters (elastic#84994)

    * fix lookup field formatter
    
    * fix color formatter
    mattkime committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    e7d8dd4 View commit details
    Browse the repository at this point in the history
  13. [Telemetry] Introduce UI Counters (elastic#84224)

    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Bamieh and kibanamachine committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    aa9a353 View commit details
    Browse the repository at this point in the history
  14. [Fleet] add readme to uploaded package info and fix images (elastic#…

    …84944)
    
    * use the relative src instead of path for package images
    
    * add readme to package info for uploaded packages
    
    * let toPackageImage take the image object and check path if no src
    
    * use variable
    neptunian committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    db70286 View commit details
    Browse the repository at this point in the history
  15. [Lens] Remove extra render when closing flyout with valid column (ela…

    …stic#84951)
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Wylie Conlon and kibanamachine committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    f176e8b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    40e206e View commit details
    Browse the repository at this point in the history
  17. Upgrade EUI to v30.5.1 (elastic#84677)

    * Updated to eui@30.4.1, fixed types and unit tests
    
    * Cleanup some imports
    
    * Fix a text color swap, now back to danger text
    
    * Bump EUI to v30.4.2
    
    * Revert snapshot changes from ownFocus modification
    
    * Clean up alert flyout test actions to better represent user actions
    
    * Upgrade EUI to 30.5.1
    
    * More accurate test interaction
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    chandlerprall and kibanamachine committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    2f72c8a View commit details
    Browse the repository at this point in the history
  18. [deb/rpm] Build aarch64 distributions (elastic#84364)

    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    jbudz and kibanamachine committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    0dbe1cd View commit details
    Browse the repository at this point in the history
  19. [Send To Background UI] Isolate functional test for wip feature (elas…

    …tic#84833)
    
    * [Send To Background UI] Isolate functional test for wip feature
    
    * add tests to cigroup 3
    tsullivan committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    880c8d3 View commit details
    Browse the repository at this point in the history
  20. [Workplace Search] Cleanup a couple of minor sources issues. (elastic…

    …#84961)
    
    * Set queued message instead of immediate message
    
    After being redirected from an oauth configuration, a redirect occurs to show the flash message. A queued message is needed here because the message is lost before the redirect happens otherwise
    
    * Don’t pass empty query params
    
    The kibana server didn’t like the empty param so this commit removes it
    
    Before:
    /status?
    
    After
    /status
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    scottybollinger and kibanamachine committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    7310ea7 View commit details
    Browse the repository at this point in the history
  21. [Lens] (Accessibility) Added focus state and accessible name to sugge…

    …stions (elastic#84653)
    
    * [Lens] (Accessibility) Added focus state and accessible name to suggestions
    
    * Apply suggestions from code review
    
    * Update x-pack/plugins/lens/public/editor_frame_service/editor_frame/suggestion_panel.tsx
    
    padding oops
    
    * cr
    mbondyra committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    2cf4e72 View commit details
    Browse the repository at this point in the history
  22. [Monitoring][Alerting] Added core features to Kibana services (elasti…

    …c#84486)
    
    * added core features to kibana services
    
    * Added test for alert form
    
    * Added mocking of legacy shims and actions
    igoristic committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    4545f56 View commit details
    Browse the repository at this point in the history
  23. [Monitoring] Convert APM-related server files that read from _source …

    …to typescript (elastic#84829)
    
    * get_apms converted
    
    * More APM ones
    
    * get_beat_summary
    
    * Fix test
    
    * This is optional
    
    * Fix tests
    
    * Be more safe
    chrisronline committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    58f9028 View commit details
    Browse the repository at this point in the history
  24. Fleet agent details design review (elastic#84939)

    * small design fixs for integrations list
    
    * use tooltip for upgrade available
    
    * remove enrollment token info
    
    * remove border-bottom from last table row
    
    * Fix type issue
    
    Co-authored-by: Nicolas Chaulet <nicolas.chaulet@elastic.co>
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    3 people committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    ba428fc View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    81b45ee View commit details
    Browse the repository at this point in the history
  26. chore(NA): check git version on pre-commit hook install (elastic#84811)

    * chore(NA): checks installed git version when installing pre-commit hook
    
    * chore(NA): throw an error instead of log a warning
    
    * chore(NA): use createFailError instead
    
    * fix(NA): apply feedback from pr review for isCorrectGitVersionInstalled
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    mistic and kibanamachine committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    6be3cf4 View commit details
    Browse the repository at this point in the history
  27. ECS audit events for alerting (elastic#84113)

    * ECS audit events for alerts plugin
    
    * added api changes
    
    * fixed linting and testing errors
    
    * fix test
    
    * Fixed linting errors after prettier update
    
    * Revert "Allow predefined ids for encrypted saved objects (elastic#83482)"
    
    This reverts commit 7d929fe.
    
    * Added suggestions from code review
    
    * Fixed unit tests
    
    * Added suggestions from code review
    
    * Changed names of alert events
    
    * Changed naming as suggested in code review
    
    * Added suggestions from PR
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    thomheymann and kibanamachine committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    f413957 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b507dbf View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    554ee9e View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    fcccb01 View commit details
    Browse the repository at this point in the history
  31. [Actions] Fixes issue which causes PagerDuty Params to rerender conti…

    …nuously. (elastic#85050)
    
    * prevent aciton form from rerendering constantly
    
    * fixed typing
    gmmorris committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    c85f254 View commit details
    Browse the repository at this point in the history
  32. Design cleanup details panel (elastic#85044)

    * cleanup overlay panel. fixed sizes, variable panel height, responsive breakpoint
    
    * cleanup metrics tab. use EuiFlexGrid + ChartSizeArray for chart sizing + fixed responsive issues on flex items
    
    * cleanup metadata tab. disabled responsive table and fixed alignment of filter icon + value
    
    * cleanup logs search. adjusted button size + spacing
    
    * fix responsivness on array values
    
    * remove responsive behavior on search + view-in-logs button
    
    * fix typecheck
    hbharding committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    c6ef1ae View commit details
    Browse the repository at this point in the history
  33. [cli/dev] remove cluster module, modernize, test (elastic#84726)

    Co-authored-by: Alejandro Fernández Haro <afharo@gmail.com>
    Co-authored-by: spalger <spalger@users.noreply.github.com>
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    4 people committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    fd1328f View commit details
    Browse the repository at this point in the history
  34. [QA][Stack Integration Tests] Support defining the tests list in the …

    …Integration Test Repo (elastic#83363)
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    wayneseymour and kibanamachine committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    b6a6a30 View commit details
    Browse the repository at this point in the history
  35. [Security Solution] Fixes some misconfigured settings (elastic#85056)

    * Remove nonexistent paths from our API tests config
    
    These paths (or rather their absence) breaks the functional_tests_server script.
    
    An analogous problem for cases was fixed in elastic#79127.
    
    * Remove duplicated context from logger
    
    This context is already provided to the logger by kibana; adding it a
    second time leads to duplicated log tags, e.g.:
    
    ```
    server    log   [12:36:07.138] [debug][plugins][plugins][securitySolution][securitySolution] ...
    ```
    
    This is now fixed:
    
    ```
    server    log   [12:41:52.112] [debug][plugins][securitySolution] ...
    ```
    rylnd committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    918dbb1 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    d41fbf9 View commit details
    Browse the repository at this point in the history
  37. [Reporting] Bump puppeteer 5.4.1 + roll chromium rev (elastic#85066)

    * Update puppeteer + new headless shell bin
    
    * Bump types for pptr
    
    * Fix broken mock for pptr
    Joel Griffith committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    9073aec View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

  1. Configuration menu
    Copy the full SHA
    aa2525c View commit details
    Browse the repository at this point in the history
  2. Remove left over "refresh index pattern" message from Discover (elast…

    …ic#85018)
    
    * Remove the unmapped field refresh warning
    
    * Remove unneeded translations
    
    * Remove old imports
    Tim Roes committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    2f32754 View commit details
    Browse the repository at this point in the history
  3. [APM] APIs refactoring (elastic#85010)

    * renaiming /transaction_groups to /transactions/groups
    
    * renaiming /transaction_groups to /transactions/groups
    
    * renaiming /transaction_groups/charts to /transactions/charts
    
    * renaiming /transaction_groups/distribution to transactions/charts/distribution
    
    * renaiming /transaction_groups/breakdown to transactions/charts/breakdown
    
    * removing /api/apm/transaction_sample. Unused
    
    * renaiming /transaction_groups/error_rate to transactions/charts/error_rate
    
    * removing transaction_groups
    
    * removing /api/apm/transaction_sample. Unused
    
    * renaiming /overview_transaction_groups to transactions/groups/overview
    
    * refactoring error_groups
    
    * addressing pr comments
    
    * fixing test
    cauemarcondes committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    d4370ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f386e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    058f28a View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2020

  1. Merge branch 'master' of github.com:elastic/kibana into search/backgr…

    …ound-search-task
    Liza K committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    b32ffd7 View commit details
    Browse the repository at this point in the history