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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

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