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

[Audit Logging] Add AuditTrail service #69278

Merged
merged 45 commits into from
Jul 7, 2020

Commits on Jun 16, 2020

  1. Configuration menu
    Copy the full SHA
    34717c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3f3f08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52558cc View commit details
    Browse the repository at this point in the history
  4. add auditTrail x-pack plugin

    mshustov committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    dcc6718 View commit details
    Browse the repository at this point in the history
  5. fix type errors

    mshustov committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    26dc243 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Configuration menu
    Copy the full SHA
    27dc886 View commit details
    Browse the repository at this point in the history
  2. update mocks

    mshustov committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    630a12e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee53ec3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3cb26b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7212cf7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e5ef72 View commit details
    Browse the repository at this point in the history
  7. update docs

    mshustov committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    4c9e781 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

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

Commits on Jun 25, 2020

  1. Configuration menu
    Copy the full SHA
    5a36bc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d768fd0 View commit details
    Browse the repository at this point in the history
  3. wire es client up to auditor

    mshustov committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    b77b407 View commit details
    Browse the repository at this point in the history
  4. update docs

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

Commits on Jun 26, 2020

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

Commits on Jun 29, 2020

  1. Configuration menu
    Copy the full SHA
    8d4bb18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ec5ad6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f4e6af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d7bac9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2936e66 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ccdf9bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    549cfa2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8994629 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

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

    mshustov committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    34a7fb4 View commit details
    Browse the repository at this point in the history
  3. add example

    mshustov committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    cae7ea1 View commit details
    Browse the repository at this point in the history
  4. add mocks for spaces plugin

    mshustov committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    94b44db View commit details
    Browse the repository at this point in the history
  5. add unit tests

    mshustov committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    2adfb8a View commit details
    Browse the repository at this point in the history
  6. update docs

    mshustov committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    2b0ed2d View commit details
    Browse the repository at this point in the history
  7. test description

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

Commits on Jul 1, 2020

  1. Apply suggestions from code review

    apply @jportner suggestions
    
    Co-authored-by: Joe Portner <[email protected]>
    mshustov and jportner authored Jul 1, 2020
    Configuration menu
    Copy the full SHA
    40de1d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e1d5d9 View commit details
    Browse the repository at this point in the history
  3. add unit tests

    mshustov committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    7cfb509 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ed353a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Configuration menu
    Copy the full SHA
    edfe70b View commit details
    Browse the repository at this point in the history
  2. more robust tests

    mshustov committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    40a456d View commit details
    Browse the repository at this point in the history
  3. make spaces optional

    mshustov committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    d283755 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

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

Commits on Jul 7, 2020

  1. Configuration menu
    Copy the full SHA
    c7a1ce2 View commit details
    Browse the repository at this point in the history
  2. address comments

    mshustov committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    05985af View commit details
    Browse the repository at this point in the history
  3. update docs

    mshustov committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    1133469 View commit details
    Browse the repository at this point in the history
  4. fix WebStorm refactoring

    mshustov committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    04b7335 View commit details
    Browse the repository at this point in the history