-
Notifications
You must be signed in to change notification settings - Fork 25k
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
RemoteTransportException caused by NullPointerException when trying to create snapshot through Kibana UI #53171
Labels
Comments
cbuescher
added
the
:Distributed Coordination/Snapshot/Restore
Anything directly related to the `_snapshot/*` APIs
label
Mar 9, 2020
Pinging @elastic/es-distributed (:Distributed/Snapshot/Restore) |
ywelsch
added
:Data Management/ILM+SLM
Index and Snapshot lifecycle management
and removed
:Distributed Coordination/Snapshot/Restore
Anything directly related to the `_snapshot/*` APIs
labels
Mar 9, 2020
Pinging @elastic/es-core-features (:Core/Features/ILM+SLM) |
probakowski
added a commit
to probakowski/elasticsearch
that referenced
this issue
Mar 10, 2020
This avoids NPE when executing SLM policy when no config was provided. Related to elastic#44465 Closes elastic#53171
probakowski
added a commit
that referenced
this issue
Mar 10, 2020
This avoids NPE when executing SLM policy when no config was provided. Related to #44465 Closes #53171 Co-authored-by: Elastic Machine <[email protected]>
probakowski
added a commit
to probakowski/elasticsearch
that referenced
this issue
Mar 10, 2020
This avoids NPE when executing SLM policy when no config was provided. Related to elastic#44465 Closes elastic#53171 Co-authored-by: Elastic Machine <[email protected]>
probakowski
added a commit
to probakowski/elasticsearch
that referenced
this issue
Mar 10, 2020
This avoids NPE when executing SLM policy when no config was provided. Related to elastic#44465 Closes elastic#53171 Co-authored-by: Elastic Machine <[email protected]>
probakowski
added a commit
that referenced
this issue
Mar 10, 2020
This avoids NPE when executing SLM policy when no config was provided. Related to #44465 Closes #53171 Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
probakowski
added a commit
that referenced
this issue
Mar 10, 2020
This avoids NPE when executing SLM policy when no config was provided. Related to #44465 Closes #53171 Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Elasticsearch version: 7.5.2
Plugins installed:
JVM version: openjdk 13.0.1 2019-10-15
OS version: Linux portal-elastic-es-main-0 4.14.138+ #1 SMP Tue Sep 3 02:58:08 PDT 2019 x86_64 x86_64 x86_64 GNU/Linux (official docker container - docker.elastic.co/elasticsearch/elasticsearch:7.5.2)
Description of the problem including expected versus actual behavior:
If you create a Snapshot Lifecycle Policy through the API without specifying a
config
block and then try to click the "Run now" button in the Kibana UI, the operation will fail and the following exceptions will be shown in the elasticsearch/kibana logs:The PUT operation should either fail or, preferably, add an empty
"config": { }
block to the created policy.Steps to reproduce:
path.repo
in the latter's settings.Management > Elasticsearch > Snapshot and Restore > Policies
and click the "Run now" button. The operation will fail.The text was updated successfully, but these errors were encountered: