Hi
I have followed the Splunk MINT App and Add-on configuration steps and have it set up on a remote Windows server and have Android Studio running locally on my laptop. However, I am not able to get any data through to the Splunk MINT Management console. Could someone please advise on what could be wrong. I have the following line of code in my MainActivity.java
Mint.initAndStartSession(this.getApplication(), "APIkey");
and the following in my AndroidManifest.xml file
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Any help would be appreciated!
Thanks in advance!
... View more