Splunk Dev

MINT Management Console not showing Data

ptheisen
New Member

I have installed the Mint SDK for Android. For this I followed the instructions 1:1 from this video: https://www.youtube.com/watch?v=vecdk2HUASw

However, I got the following errors:

ERROR: Unable to find method 'com.android.build.gradle.BasePlugin.getVariantManager()Lcom/android/build/gradle/internal/VariantManager;'.

Failed to notify project evaluation listener.
> com.android.build.gradle.BasePlugin.getVariantManager()Lcom/android/build/gradle/internal/VariantManager;

By removing "

apply plugin: 'com.splunk.mint.gradle.android.plugin'

from build.gradle(:app), I got my code then to work.


I let my app crash as recommended and received an error email from the Mint Management Console. In the Console, I can also see the mobile App crashes that I created.

HOWEVER:

Other than the Error Report, I can't see any data in the Mint Management Console. All Reports are just spinning and loading forever.
Even if I add

Mint.logEvent("We are here");

or 

String txID = Mint.transactionStart("Test1");
Mint.transactionStop(txID);

to my app, I still don't receive any data in the Mint Management Console.

 

Then I tried to send data via 

Mint.initAndStartSessionHEC(this.getApplication(), "http://URL/:8088/services/collector/mint", "myTokenAsObtainedFromSplunkEnterprise");

directly to Splunk Enterprise (hosted on AWS with an open listening port on 8088), there was no data arriving at Splunk.

 

Does anybody know what could go wrong here?

  1. Why do I have to remove the Splunk.mint.gradle.android.plugin from my Gradle file to make my code work?
  2. Why do data don't get through from my MobileApp to Mint Mgt Console or Splunk even though Mint Mgt Console is able to detect intentional crashes of my Mobile App?
Labels (2)
Tags (1)
0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...