All Apps and Add-ons

Jvm processes per search

ashish_ray
New Member

Does hunk-mongoDB spawn a separate process per inline search. Also I would want to know if I have a
Dashboard with multiple panels, does the "App for mongoDB" leverage the single jvm processes for a dashboard?

Tags (1)
0 Karma

rdagan_splunk
Splunk Employee
Splunk Employee

The JVM behavior is in your control.
When Hunk calls MongoDB it requires the MongoDB provider. The provider starts a Java Process to connect and brings the results back to Splunk. The connection to MongoDB is control by the below configuration - you can modify this behavior.
vix.command = java
vix.command.arg.1 = -Xmx512m
vix.command.arg.2 = -classpath
vix.command.arg.3 = $SPLUNK_HOME/bin/jars/SplunkMR-s6.0-h1.0.jar:$SPLUNK_HOME/etc/apps/MongoDBApp/bin/hunk_mongodb_app.jar:$SPLUNK_HOME/etc/apps/MongoDBApp/bin/lib/*
vix.command.arg.4 = com.splunk.erp.mongodb.MongoDBERP

0 Karma

ashish_ray
New Member

To be more clear, If 5-10 query started in parallel, would it use the same JVM with 5-10 threads or it would spawn a separate JVM for each query?

0 Karma

rdagan_splunk
Splunk Employee
Splunk Employee

Exactly. After the provider opens a java connection to hadoop, we keep the JVM running until we get all the results or a heartbeat timeout kills the connection. In the case of a provider with MongoDB, we close the connection after the stream from MongoDB gets all the results.

0 Karma

ashish_ray
New Member

Thanks, radagan.

That means Hunk will start a separate provider (JVM instance), using the provider settings, for each Splunk query?

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...