<?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 Darktrace connector not showing data on dashboard in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Darktrace-connector-not-showing-data-on-dashboard/m-p/471458#M57944</link>
    <description>&lt;P&gt;Hi all,  We have installed the darktrace app in the search engine and we have confirmed the data is being sent from darktrace on the relevant port but we have not got any data in the dashboard.  the input.conf and props.conf are below but we cannot see why the data is not being populated.  &lt;/P&gt;

&lt;P&gt;local inputs.conf&lt;BR /&gt;
[tcp://10511]&lt;BR /&gt;
connection_host = dns&lt;BR /&gt;
index = darktrace&lt;BR /&gt;
sourcetype = darktrace&lt;BR /&gt;
 local props.conf&lt;BR /&gt;
[darktrace]&lt;BR /&gt;
DATETIME_CONFIG =&lt;BR /&gt;
INDEXED_EXTRACTIONS = json&lt;BR /&gt;
LINE_BREAKER = ([\r\n]+)&lt;BR /&gt;
NO_BINARY_CHECK = true&lt;BR /&gt;
disabled = false&lt;/P&gt;

&lt;P&gt;can someone advise why we cant see the data?&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 03:28:15 GMT</pubDate>
    <dc:creator>aoweneoecoop</dc:creator>
    <dc:date>2020-09-30T03:28:15Z</dc:date>
    <item>
      <title>Darktrace connector not showing data on dashboard</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Darktrace-connector-not-showing-data-on-dashboard/m-p/471458#M57944</link>
      <description>&lt;P&gt;Hi all,  We have installed the darktrace app in the search engine and we have confirmed the data is being sent from darktrace on the relevant port but we have not got any data in the dashboard.  the input.conf and props.conf are below but we cannot see why the data is not being populated.  &lt;/P&gt;

&lt;P&gt;local inputs.conf&lt;BR /&gt;
[tcp://10511]&lt;BR /&gt;
connection_host = dns&lt;BR /&gt;
index = darktrace&lt;BR /&gt;
sourcetype = darktrace&lt;BR /&gt;
 local props.conf&lt;BR /&gt;
[darktrace]&lt;BR /&gt;
DATETIME_CONFIG =&lt;BR /&gt;
INDEXED_EXTRACTIONS = json&lt;BR /&gt;
LINE_BREAKER = ([\r\n]+)&lt;BR /&gt;
NO_BINARY_CHECK = true&lt;BR /&gt;
disabled = false&lt;/P&gt;

&lt;P&gt;can someone advise why we cant see the data?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:28:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Darktrace-connector-not-showing-data-on-dashboard/m-p/471458#M57944</guid>
      <dc:creator>aoweneoecoop</dc:creator>
      <dc:date>2020-09-30T03:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Darktrace connector not showing data on dashboard</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Darktrace-connector-not-showing-data-on-dashboard/m-p/471459#M57945</link>
      <description>&lt;P&gt;I have managed to resolve this&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2019 11:10:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Darktrace-connector-not-showing-data-on-dashboard/m-p/471459#M57945</guid>
      <dc:creator>aoweneoecoop</dc:creator>
      <dc:date>2019-12-31T11:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Darktrace connector not showing data on dashboard</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Darktrace-connector-not-showing-data-on-dashboard/m-p/471460#M57946</link>
      <description>&lt;P&gt;@aoweneoecoop To help future readers, please explain how you resolved the problem.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2019 13:39:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Darktrace-connector-not-showing-data-on-dashboard/m-p/471460#M57946</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-12-31T13:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Darktrace connector not showing data on dashboard</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Darktrace-connector-not-showing-data-on-dashboard/m-p/471461#M57947</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I analized Darktrace dashboard queries and my current json syslog is not including fields "breachUrl" or "modbreachUrl".&lt;/P&gt;

&lt;P&gt;In most of queries is written .... &lt;CODE&gt;| eval darktraceUrl = coalesce(breachUrl,modbreachUrl) | dedup darktraceUrl |&lt;/CODE&gt; ... and this makes empty all queries because is deleting all logs without breachUrl and modbreachUrl&lt;/P&gt;

&lt;P&gt;Try to add manually the flag &lt;STRONG&gt;keepempty=true&lt;/STRONG&gt; to not to delete logs with these empty fields.&lt;BR /&gt;
To make it works, all dashboard queries should add this anytime dedup appears: &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;| eval darktraceUrl = coalesce(breachUrl,modbreachUrl) | dedup darktraceUrl keepempty=true |&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 09:54:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Darktrace-connector-not-showing-data-on-dashboard/m-p/471461#M57947</guid>
      <dc:creator>crebollorodrigu</dc:creator>
      <dc:date>2020-02-20T09:54:16Z</dc:date>
    </item>
  </channel>
</rss>

