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

module/apmelasticsearch: capture more request bodies #470

Merged
merged 2 commits into from
Mar 12, 2019

Commits on Mar 12, 2019

  1. module/apmelasticsearch: capture more bodies

    Capture the request body for more search requests.
    Previously we would capture the body only for requests
    where the path ended with "/_search". We will now
    match the following suffixes:
    
     - "/_search"
     - "/_msearch"
     - "/_search/template"
     - "/_msearch/template"
     - "/_rollup_search"
    axw committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    496431a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9012259 View commit details
    Browse the repository at this point in the history