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

[S&R] Support data streams #68078

Merged
merged 53 commits into from
Jul 2, 2020

Commits on Jun 3, 2020

  1. Sort endpoint responses into indices and datastreams

    The server endpoint for policies now returns data streams and
    filters out backing indices from the indices array it returned
    previously
    jloleysens committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    d056b29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4af5a8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8861ec2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f219f48 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

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

Commits on Jun 23, 2020

  1. Configuration menu
    Copy the full SHA
    b6394a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcb1764 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8db5cd5 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Configuration menu
    Copy the full SHA
    aa6fdde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86ea659 View commit details
    Browse the repository at this point in the history
  3. fix public jest tests

    jloleysens committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    a153c7f View commit details
    Browse the repository at this point in the history
  4. fix server side jest tests

    jloleysens committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    848e76f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45f22e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    31768fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    12a4e80 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    23cd98b View commit details
    Browse the repository at this point in the history
  9. update restore copy

    jloleysens committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    ad0b6c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Configuration menu
    Copy the full SHA
    f57af3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f513474 View commit details
    Browse the repository at this point in the history
  3. First iteration that is ready for review

    Given the contraints on working with data streams and indices in policies
    at the moment the simplest implementation is to just include data streams
    with indices and have the user select them there for now.
    
    The way snapshotting behaviour is currently implemented relies entirely
    on what is specified inside of "indices", this is also where data
    streams must be placed. This unfortunately means that capture patterns
    defined in indices will capture entire data streams too.
    jloleysens committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    872ed19 View commit details
    Browse the repository at this point in the history
  4. delete unused import

    jloleysens committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    904fa39 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Configuration menu
    Copy the full SHA
    afc5d9f View commit details
    Browse the repository at this point in the history
  2. fix type issue in tests

    jloleysens committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    a28fa5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14fef22 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Configuration menu
    Copy the full SHA
    ce15a06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce30c6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bef5f9 View commit details
    Browse the repository at this point in the history
  4. Data streams > indices

    jloleysens committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    7f0b878 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    856c39a View commit details
    Browse the repository at this point in the history
  6. more copy updates

    jloleysens committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    ae5863b View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Merge branch 'master' of github.com:elastic/kibana into slm/support-d…

    …ata-streams
    
    * 'master' of github.com:elastic/kibana: (50 commits)
      [Logs UI] [Alerting] "Group by" functionality (elastic#68250)
      [Discover] Deangularize Skip to bottom button (elastic#69811)
      Implement recursive plugin discovery (elastic#68811)
      Use ts-expect-error in platform code (elastic#69883)
      [SIEM][Detection Engine][Lists] Moves getQueryFilter to common folder for use by both front and backend
      [Ingest Manager][SECURITY SOLUTION] adjust config reassign link and add roundtrip to Reassignment flow (elastic#70208)
      [Security][Lists] Add API functions and react hooks for value list APIs (elastic#69603)
      [ILM] Fix bug when clearing priority field (elastic#70154)
      [Platform][Security] Updates cluster_manager ignorePaths to include security scripts (elastic#70139)
      [IngestManager] Allow to filter agent by packages (elastic#69731)
      [code coverage] exclude folders: test_helpers, tests_bundle (elastic#70199)
      [Metrics UI] UX improvements for saved views (elastic#69910)
      [APM] docs: unique transaction troubleshooting (elastic#69831)
      Cross cluster search functional test with minimun privileges assigned to the test_user (elastic#70007)
      [Maps] choropleth layer wizard (elastic#69699)
      Make custom errors by extending Error (elastic#69966)
      [Ingest Manager] Support updated package output structure (elastic#69864)
      Resolver test coverage (elastic#70246)
      Async Discover search test (elastic#64388)
      [ui-shared-deps] include styled-components (elastic#69322)
      ...
    
    # Conflicts:
    #	x-pack/plugins/snapshot_restore/server/types.ts
    jloleysens committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    3f6f5ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d98e6f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2e6b90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49c2857 View commit details
    Browse the repository at this point in the history
  5. restore CITs

    jloleysens committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    7c742ef View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Configuration menu
    Copy the full SHA
    c0a1a12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f19ee5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08d0ab9 View commit details
    Browse the repository at this point in the history
  4. Restore updates

    - added spacer between title and data streams callout
    - added copy to the restore settings tab to indicate that settings
      also apply to backing indices
    jloleysens committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    0b15b33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6351a1 View commit details
    Browse the repository at this point in the history
  6. further copy refinements

    jloleysens committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    edadf62 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8001615 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4a93135 View commit details
    Browse the repository at this point in the history
  9. fix i18n

    jloleysens committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    04f60e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Configuration menu
    Copy the full SHA
    c2fd2da View commit details
    Browse the repository at this point in the history
  2. added comment to mock

    jloleysens committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    f152da9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    132506c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2551b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab8719d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d2feee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65eb37e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2fd876f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2e46e93 View commit details
    Browse the repository at this point in the history