<?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 Re: Splunk DB Connect and Neo4j anyone? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-and-Neo4j-anyone/m-p/549795#M181435</link>
    <description>&lt;P&gt;Not a DB Connect solution.&amp;nbsp;But I do have created an app on splunkbase to pull data out of Neo4j into Splunk (&lt;A href="https://splunkbase.splunk.com/app/5495/" target="_blank"&gt;https://splunkbase.splunk.com/app/5495/&lt;/A&gt;). Working on another app that can send Splunk data back to Neo4j (&lt;A href="https://splunkbase.splunk.com/app/5508/" target="_blank"&gt;https://splunkbase.splunk.com/app/5508/&lt;/A&gt;).&lt;/P&gt;</description>
    <pubDate>Thu, 29 Apr 2021 09:48:04 GMT</pubDate>
    <dc:creator>lekanneer</dc:creator>
    <dc:date>2021-04-29T09:48:04Z</dc:date>
    <item>
      <title>Splunk DB Connect and Neo4j anyone?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-and-Neo4j-anyone/m-p/75916#M181428</link>
      <description>&lt;P&gt;I am trying to connect to Neo4j using their &lt;A href="http://www.neo4j.org/develop/tools/jdbc"&gt;JDBC driver&lt;/A&gt; with no luck. &lt;BR /&gt;
Has anybody done better than this?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2013 08:19:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-and-Neo4j-anyone/m-p/75916#M181428</guid>
      <dc:creator>Paolo_Prigione</dc:creator>
      <dc:date>2013-06-26T08:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect and Neo4j anyone?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-and-Neo4j-anyone/m-p/75917#M181429</link>
      <description>&lt;P&gt;Haven't tried the JDBC driver, but as an  alternative Neo4J has a REST Api.&lt;BR /&gt;
&lt;A href="http://docs.neo4j.org/chunked/milestone/rest-api.html"&gt;http://docs.neo4j.org/chunked/milestone/rest-api.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;So you could perhaps try out the REST Modular Input.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2013 11:51:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-and-Neo4j-anyone/m-p/75917#M181429</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2013-06-26T11:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect and Neo4j anyone?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-and-Neo4j-anyone/m-p/75918#M181430</link>
      <description>&lt;P&gt;Nice idea, even though I would miss the opportunity of lookups, "in-search" query functionality. Also, to be able to populate Neo4j from splunk searches would be very nice. Think about tracing all the net connections of the prod servers with "lsof" scripts and draw the chart of the "live" infrastructure in external tools as well...&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2013 13:54:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-and-Neo4j-anyone/m-p/75918#M181430</guid>
      <dc:creator>Paolo_Prigione</dc:creator>
      <dc:date>2013-06-26T13:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect and Neo4j anyone?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-and-Neo4j-anyone/m-p/75919#M181431</link>
      <description>&lt;P&gt;@Paolo what problems were you having with the JDBC driver? &lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;Nice idea, even though I would miss the opportunity of lookups, "in-search" query functionality. Also, to be able to &lt;BR /&gt;
populate Neo4j from splunk searches would be very nice. &lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Was also curious what you meant here? Could you provide a bit more detail...I might be able to help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2013 00:22:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-and-Neo4j-anyone/m-p/75919#M181431</guid>
      <dc:creator>markneedham</dc:creator>
      <dc:date>2013-07-09T00:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect and Neo4j anyone?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-and-Neo4j-anyone/m-p/75920#M181432</link>
      <description>&lt;P&gt;Most features of DB Connect won't work with Neo4j since it's using a custom query language, not SQL. The following features most-probably won't work:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Simple Database Lookups (Advanced lookups might work by specifying a custom query)&lt;/LI&gt;
&lt;LI&gt;Database inputs based on a table (might work by specifying a custom query)&lt;/LI&gt;
&lt;LI&gt;dboutput&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 11 Jul 2013 15:38:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-and-Neo4j-anyone/m-p/75920#M181432</guid>
      <dc:creator>ziegfried</dc:creator>
      <dc:date>2013-07-11T15:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect and Neo4j anyone?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-and-Neo4j-anyone/m-p/75921#M181433</link>
      <description>&lt;P&gt;Thanks Ziegfried. As the N4J Jdbc driver states a bunch of sql interfaces (squirrelSQL and others...) which work with varying features, I was just hoping for an easy integration. But I understand it was totally out of scope for DBX.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2013 08:07:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-and-Neo4j-anyone/m-p/75921#M181433</guid>
      <dc:creator>Paolo_Prigione</dc:creator>
      <dc:date>2013-07-12T08:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect and Neo4j anyone?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-and-Neo4j-anyone/m-p/75922#M181434</link>
      <description>&lt;P&gt;@Mark, my use cases would be: &lt;BR /&gt;
1) run a custom, live query on N4J (like DBX's |dbquery or |inputlookup or |inputcsv) and process the results in the pipeline.&lt;BR /&gt;
2) perform custom lookups;&lt;BR /&gt;
3) populate N4J with data coming from a splunk search.&lt;BR /&gt;
The use cases are multiple. E.g.&lt;BR /&gt;
a)Import the graph of a network and see all impacted -"downstram"- devices in case of failure (a top-down approach);&lt;BR /&gt;
b)Trace all the connections of the servers for which I have logs and draw their connections (bottom-up approach). This would give me, over time, a precise schema of the services a complex application is using.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2013 08:19:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-and-Neo4j-anyone/m-p/75922#M181434</guid>
      <dc:creator>Paolo_Prigione</dc:creator>
      <dc:date>2013-07-12T08:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect and Neo4j anyone?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-and-Neo4j-anyone/m-p/549795#M181435</link>
      <description>&lt;P&gt;Not a DB Connect solution.&amp;nbsp;But I do have created an app on splunkbase to pull data out of Neo4j into Splunk (&lt;A href="https://splunkbase.splunk.com/app/5495/" target="_blank"&gt;https://splunkbase.splunk.com/app/5495/&lt;/A&gt;). Working on another app that can send Splunk data back to Neo4j (&lt;A href="https://splunkbase.splunk.com/app/5508/" target="_blank"&gt;https://splunkbase.splunk.com/app/5508/&lt;/A&gt;).&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 09:48:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-DB-Connect-and-Neo4j-anyone/m-p/549795#M181435</guid>
      <dc:creator>lekanneer</dc:creator>
      <dc:date>2021-04-29T09:48:04Z</dc:date>
    </item>
  </channel>
</rss>

