I am new to opendistro standlone plugins. I tried to customize my ELK stack (from elastic.io) with opendistro security and alerting plugin in centos 7. I have successsfully installed the security elastic search plugin with the opendistro provided demo certificates (env is non prod).
Before adding opendistro security plugin, I was successfully running this ELK without any issues.
Versions :
Eleasticsearch - 7.4.2
Kibana - 7.4.2
Opendistro security plugin - 1.4.0.0
I have onl one VM, which contains Logstash, Elasticsearch and Kibana (with newly added openistro security and alerting plugin)
After installation, restarted elasticsearch (sudo systemctl start elasticsearch), I am getting an error like below:
org.elasticsearch.common.xcontent.json.JsonXContentParser.nextToken(JsonXContentParser.java:52)
elasticsearch[24567]: at org.elasticsearch.common.settings.Settings.fromXContent(Settings.java:645)
Feb 15 20:52:46 elasticsearch[24567]: at org.elasticsearch.common.settings.Settings.fromXContent(Settings.java:620)
Feb 15 20:52:46 elasticsearch[24567]: at org.elasticsearch.common.settings.Settings.access$400(Settings.java:82)
Feb 15 20:52:46 elasticsearch[24567]: at org.elasticsearch.common.settings.Settings$Builder.loadFromStream(Settings.java:1093)
[2020-02-15T20:37:46,352][INFO ][o.e.n.Node ] [master] stopping …
[2020-02-15T20:37:46,385][INFO ][o.e.x.w.WatcherService ] [master] stopping watch service, reason [shutdown initiated]
[2020-02-15T20:37:46,386][INFO ][o.e.x.w.WatcherLifeCycleService] [master] watcher has stopped and shutdown
[2020-02-15T20:37:46,711][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [master] [controller/11581] [Main.cc@150] Ml controller exiting
[2020-02-15T20:37:46,712][INFO ][o.e.x.m.p.NativeController] [master] Native controller process has stopped - no new native processes can be started
[2020-02-15T20:37:52,246][INFO ][o.e.n.Node ] [master] stopped
[2020-02-15T20:37:52,246][INFO ][o.e.n.Node ] [master] closing …
[2020-02-15T20:37:52,338][INFO ][o.e.n.Node ] [master] closed
while installing, I was getting some warning like below (oracle java) :
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: plugin requires additional permissions @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
- java.lang.RuntimePermission createClassLoader
- java.lang.RuntimePermission getClassLoader
- java.net.NetPermission getProxySelector
- java.net.SocketPermission * connect,resolve
See Permissions in the JDK
for descriptions of what these permissions allow and the associated risks.
please help me to resolved this issue.