<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic MINT Management Console not showing Data in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/MINT-Management-Console-not-showing-Data/m-p/506562#M9053</link>
    <description>&lt;P&gt;I have installed the Mint SDK for Android. For this I followed the instructions 1:1 from this video:&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=vecdk2HUASw" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=vecdk2HUASw&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However, I got the following errors:&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;EM&gt;ERROR: Unable to find method 'com.android.build.gradle.BasePlugin.getVariantManager()Lcom/android/build/gradle/internal/VariantManager;'.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;EM&gt;Failed to notify project evaluation listener.&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&amp;gt; com.android.build.gradle.BasePlugin.getVariantManager()Lcom/android/build/gradle/internal/VariantManager;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;By removing "&lt;/P&gt;&lt;PRE&gt;apply &lt;SPAN&gt;plugin&lt;/SPAN&gt;: &lt;SPAN&gt;'com.splunk.mint.gradle.android.plugin'&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;from build.gradle(:app), I got my code then to work.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HOWEVER:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Other than the Error Report, I can't see any data in the Mint Management Console. All Reports are just spinning and loading forever.&lt;BR /&gt;Even if I add&lt;/P&gt;&lt;PRE&gt;Mint.&lt;SPAN&gt;logEvent&lt;/SPAN&gt;(&lt;SPAN&gt;"We are here"&lt;/SPAN&gt;);&lt;/PRE&gt;&lt;P&gt;or&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;String txID = Mint.&lt;SPAN&gt;transactionStart&lt;/SPAN&gt;(&lt;SPAN&gt;"Test1"&lt;/SPAN&gt;);&lt;BR /&gt;Mint.&lt;SPAN&gt;transactionStop&lt;/SPAN&gt;(txID);&lt;/PRE&gt;&lt;P&gt;to my app, I still don't receive any data in the Mint Management Console.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I tried to send data via&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Mint.&lt;SPAN&gt;initAndStartSessionHEC&lt;/SPAN&gt;(&lt;SPAN&gt;this&lt;/SPAN&gt;.getApplication(), &lt;SPAN&gt;"http://URL/:8088/services/collector/mint"&lt;/SPAN&gt;, &lt;SPAN&gt;"myTokenAsObtainedFromSplunkEnterprise"&lt;/SPAN&gt;);&lt;/PRE&gt;&lt;P&gt;directly to Splunk Enterprise (hosted on AWS with an open listening port on 8088), there was no data arriving at Splunk.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anybody know what could go wrong here?&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Why do I have to remove the Splunk.mint.gradle.android.plugin from my Gradle file to make my code work?&lt;/LI&gt;&lt;LI&gt;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?&lt;/LI&gt;&lt;/OL&gt;</description>
    <pubDate>Mon, 29 Jun 2020 17:02:41 GMT</pubDate>
    <dc:creator>ptheisen</dc:creator>
    <dc:date>2020-06-29T17:02:41Z</dc:date>
    <item>
      <title>MINT Management Console not showing Data</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/MINT-Management-Console-not-showing-Data/m-p/506562#M9053</link>
      <description>&lt;P&gt;I have installed the Mint SDK for Android. For this I followed the instructions 1:1 from this video:&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=vecdk2HUASw" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=vecdk2HUASw&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However, I got the following errors:&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;EM&gt;ERROR: Unable to find method 'com.android.build.gradle.BasePlugin.getVariantManager()Lcom/android/build/gradle/internal/VariantManager;'.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;EM&gt;Failed to notify project evaluation listener.&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&amp;gt; com.android.build.gradle.BasePlugin.getVariantManager()Lcom/android/build/gradle/internal/VariantManager;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;By removing "&lt;/P&gt;&lt;PRE&gt;apply &lt;SPAN&gt;plugin&lt;/SPAN&gt;: &lt;SPAN&gt;'com.splunk.mint.gradle.android.plugin'&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;from build.gradle(:app), I got my code then to work.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HOWEVER:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Other than the Error Report, I can't see any data in the Mint Management Console. All Reports are just spinning and loading forever.&lt;BR /&gt;Even if I add&lt;/P&gt;&lt;PRE&gt;Mint.&lt;SPAN&gt;logEvent&lt;/SPAN&gt;(&lt;SPAN&gt;"We are here"&lt;/SPAN&gt;);&lt;/PRE&gt;&lt;P&gt;or&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;String txID = Mint.&lt;SPAN&gt;transactionStart&lt;/SPAN&gt;(&lt;SPAN&gt;"Test1"&lt;/SPAN&gt;);&lt;BR /&gt;Mint.&lt;SPAN&gt;transactionStop&lt;/SPAN&gt;(txID);&lt;/PRE&gt;&lt;P&gt;to my app, I still don't receive any data in the Mint Management Console.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I tried to send data via&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Mint.&lt;SPAN&gt;initAndStartSessionHEC&lt;/SPAN&gt;(&lt;SPAN&gt;this&lt;/SPAN&gt;.getApplication(), &lt;SPAN&gt;"http://URL/:8088/services/collector/mint"&lt;/SPAN&gt;, &lt;SPAN&gt;"myTokenAsObtainedFromSplunkEnterprise"&lt;/SPAN&gt;);&lt;/PRE&gt;&lt;P&gt;directly to Splunk Enterprise (hosted on AWS with an open listening port on 8088), there was no data arriving at Splunk.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anybody know what could go wrong here?&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Why do I have to remove the Splunk.mint.gradle.android.plugin from my Gradle file to make my code work?&lt;/LI&gt;&lt;LI&gt;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?&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 29 Jun 2020 17:02:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/MINT-Management-Console-not-showing-Data/m-p/506562#M9053</guid>
      <dc:creator>ptheisen</dc:creator>
      <dc:date>2020-06-29T17:02:41Z</dc:date>
    </item>
  </channel>
</rss>

