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

Add Okta module documentation, config cleanup, _id field #18953

Merged
merged 1 commit into from
Jun 4, 2020

Commits on Jun 3, 2020

  1. Add Okta module documentation, config cleanup, _id field

    This add documentation for the Okta module. It contains descriptions of the
    configuration options and general information about the module.
    
    I fixed an issue with the module where it was not setting the _id field for Elasticsearch events.
    
    I also did some cleanup to the pipeline.js (indentation, semi-colons, strict equality checks).
    
    The module's manifest was updated to not duplicate httpjson's default values.
    
    The module was accepting configuration as JSON strings for some parameters (http_headers, http_request_body, pagination, rate_limit, ssl) which
    is inconsistent with how other parts of Beats are configured so I removed this. Now these options expect regular YAML objects for values. None
    of these options are required to use the module so the impact to users should be minimal.
    andrewkroh committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    7cf5baf View commit details
    Browse the repository at this point in the history