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

Cherry-pick #21258 to 7.9: o365input: Restart after fatal error #21386

Merged
merged 2 commits into from
Sep 30, 2020

Commits on Sep 29, 2020

  1. o365input: Restart after fatal error (elastic#21258)

    Update the o365input to restart the input after a fatal error is
    encountered, for example an authentication token refresh error or a parsing
    error.
    
    This enables the input to be more resilient against transient errors.
    
    Before this patch, the input would index an error document and terminate.
    Now it will index an error and restart after a fixed timeout of 5 minutes.
    
    (cherry picked from commit 8716d98)
    adriansr committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    b1a7e90 View commit details
    Browse the repository at this point in the history
  2. Fix changelog

    adriansr committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    d26a50f View commit details
    Browse the repository at this point in the history