Splunk Enterprise Security

KV Store initialization failed. Please contact your system administrator

krvamsireddy
Explorer

KV Store initialization failed. Please contact your system administrator

Unable to initialize modular input "microsoft_graph_security" defined in the app "TA-microsoft-graph-security-add-on-for-splunk": Unable to locate suitable script for introspection..

Tags (1)
0 Karma

anilchaithu
Builder

@krvamsireddy 

From the logs it is clear that the cert was expired and you need to generate a new server cert.

  • Check the validity of the cert using below command. This should give you the end data of the cert
openssl x509 -noout -enddate -in /opt/splunk/etc/auth/server.pem
  • To generate a new ssl cert

 

/opt/splunk/bin/splunk createssl server-cert 3072 -d /opt/splunk/etc/auth -n server -c <FQDN>

 

  • Restart splunk
  • check kvstore status

 

/opt/splunk/bin/splunk show kvstore-status

 

 

-- Hope this Helps

krvamsireddy
Explorer

net.ssl.sslCipherConfig is deprecated. It will be removed in a future release.

 2020-11-23T06:21:24.238Z F NETWORK  [main] The provided SSL certificate is expired or not yet valid.

 2020-11-23T06:21:24.238Z F -        [main] Fatal Assertion 28652 at src/mongo/util/net/ssl_manager.cpp 1120

 2020-11-23T06:21:24.238Z F -        [main]

 ***aborting after fassert() failure

 2020-11-23T13:44:48.109Z W CONTROL  [main] net.ssl.sslCipherConfig is deprecated. It will be removed in a future release.

 2020-11-23T13:44:48.122Z F NETWORK  [main] The provided SSL certificate is expired or not yet valid.

 2020-11-23T13:44:48.122Z F -        [main] Fatal Assertion 28652 at src/mongo/util/net/ssl_manager.cpp 1120

 

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...