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

WIP: Test files with Elasticsearch json logging #9988

Closed
wants to merge 6 commits into from

Commits on Jan 10, 2019

  1. Test files with Elasticsearch json logging

    es_deprecation.log - started from binary - contains a json log line with
    type deprecation
    
    es_docker_happy_startup.log - started from docker - successful
    elasticsearch startup
    
    es_docker_startup_and_deprecation.log - started from docker - log lines
    containing successful startup (type main) mixed with log line of type
    deprecation
    
    es_docker_startup_bootstrap_fail.log - started from docker - log lines
    from startup failing due to bootstrap fail (not a json in docker)
    
    es_happy_startup.log - started from binary - successful elasticsearch
    startup
    
    es_startup_failure_boostrap.log - started from binary - elasticsearch
    failing to start due to bootstrap failure
    
    es_startup_shutdown_due_to_exception.log - logs from DieWithDignity
    where elasticsearch fail to start due to exception
    
    es_json_logs_tests.log - logs from a junit test - mix of logs with:
    - stacktrace with a cause
    - stacktrace with exception message as json
    - message with json
    - messages with multiple logger level
    pgomulka committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    8b01003 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. reuploading logs after type field values change

    main ->server
    pgomulka committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    4c24931 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fba32cc View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. remove test logging

    pgomulka committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    fd5e9da View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Configuration menu
    Copy the full SHA
    b02e438 View commit details
    Browse the repository at this point in the history
  2. slow logs with stats

    pgomulka committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    0f7abed View commit details
    Browse the repository at this point in the history