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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...