Issue with Elastic search

We are in the midle of installing Elastic search and kibana for installing RPA Orchestrator but after installing elastic search I am seeing that service is getting stopped.

Please find below details and help me in fixing the issue asap.

[shettya@scdl-sduipa-001 ~]$ sudo systemctl status elasticsearch.service
● elasticsearch.service - Elasticsearch
Loaded: loaded (/usr/lib/systemd/system/elasticsearch.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Thu 2019-05-16 00:23:24 PDT; 1h 41min ago
Docs: http://www.elastic.co
Process: 9421 ExecStart=/usr/share/elasticsearch/bin/elasticsearch -p ${PID_DIR}/elasticsearch.pid --quiet (code=exited, status=78)
Main PID: 9421 (code=exited, status=78)

May 16 00:23:15 scdl-sduipa-001 systemd[1]: Started Elasticsearch.
May 16 00:23:15 scdl-sduipa-001 elasticsearch[9421]: OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
May 16 00:23:24 scdl-sduipa-001 systemd[1]: elasticsearch.service: main process exited, code=exited, status=78/n/a
May 16 00:23:24 scdl-sduipa-001 systemd[1]: Unit elasticsearch.service entered failed state.
May 16 00:23:24 scdl-sduipa-001 systemd[1]: elasticsearch.service failed.

Error logs:

root@scdl-sduipa-001:/var/log/elasticsearch# tail -f elasticsearch.log
[2019-05-16T00:23:23,810][INFO ][o.e.t.TransportService ] [scdl-sduipa-001] pu blish_address {10.103.118.153:9300}, bound_addresses {10.103.118.153:9300}
[2019-05-16T00:23:23,817][INFO ][o.e.b.BootstrapChecks ] [scdl-sduipa-001] bo und or publishing to a non-loopback address, enforcing bootstrap checks
[2019-05-16T00:23:23,838][ERROR][o.e.b.Bootstrap ] [scdl-sduipa-001] no de validation exception
[2] bootstrap checks failed
[1]: system call filters failed to install; check the logs and fix your configur ation or disable system call filters at your own risk
[2]: the default discovery settings are unsuitable for production use; at least one of [discovery.seed_hosts, discovery.seed_providers, cluster.initial_master_n odes] must be configured
[2019-05-16T00:23:23,848][INFO ][o.e.n.Node ] [scdl-sduipa-001] st opping …
[2019-05-16T00:23:23,872][INFO ][o.e.n.Node ] [scdl-sduipa-001] st opped
[2019-05-16T00:23:23,873][INFO ][o.e.n.Node ] [scdl-sduipa-001] cl osing …
[2019-05-16T00:23:23,883][INFO ][o.e.n.Node ] [scdl-sduipa-001] cl osed

Java version installed is 1.8.0_212
We are installing Elastic search latest version on red hat 7.6 OS.

Hi @abhishek_Shetty

Please see our software requirements here:

These are the supported versions:

Hi @loginerror ,

Is there any timeframe on when support for ELK version 7.x will be available? Will it be in the next enterprise release?

Is there a workaround to make this work?