<?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: Export Logs from Zabbix to Splunk Dashboard via API on Button Click in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Export-Logs-from-Zabbix-to-Splunk-Dashboard-via-API-on-Button/m-p/708532#M239600</link>
    <description>&lt;P&gt;Honestly, it looks as if you were trying to have a Zabbix console just done with other tools. It doesn't make much sense.&lt;/P&gt;</description>
    <pubDate>Sat, 11 Jan 2025 19:33:41 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2025-01-11T19:33:41Z</dc:date>
    <item>
      <title>Export Logs from Zabbix to Splunk Dashboard via API on Button Click</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Export-Logs-from-Zabbix-to-Splunk-Dashboard-via-API-on-Button/m-p/708487#M239594</link>
      <description>&lt;P&gt;Is it possible to create a button in a Splunk dashboard that, when clicked, runs a script to export logs from Zabbix and display them on the dashboard? The dashboard should only be visible after the button is clicked. Has anyone implemented something like this before? Please help, as I’m really stuck on this!&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jan 2025 10:13:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Export-Logs-from-Zabbix-to-Splunk-Dashboard-via-API-on-Button/m-p/708487#M239594</guid>
      <dc:creator>rohithvr19</dc:creator>
      <dc:date>2025-01-11T10:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Export Logs from Zabbix to Splunk Dashboard via API on Button Click</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Export-Logs-from-Zabbix-to-Splunk-Dashboard-via-API-on-Button/m-p/708488#M239595</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/275198"&gt;@rohithvr19&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;this is the opposite of the normal way to run of Splunk:&lt;/P&gt;&lt;P&gt;Splunk isn't a client of external platforms to use when needed.&lt;/P&gt;&lt;P&gt;The usual way to run is:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;schedule the ingestions of logs from the external source (e.g. Zabbix and save the extraction in an index,&lt;/LI&gt;&lt;LI&gt;run a search n a dashboard and display logs.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;It's the same approach to use DB-Connect: you can run SQL queries but the correct approach is schedule queries and run on indexed results.&lt;/P&gt;&lt;P&gt;Why this? because your approach is very very slow and results aren't saved in any archive, so you have ro run the API script every time and it consumes a large amount of resources.&lt;/P&gt;&lt;P&gt;Use the Splunk Add-On for Zabbix (&amp;nbsp;&lt;A href="https://splunkbase.splunk.com/app/5272" target="_blank"&gt;https://splunkbase.splunk.com/app/5272&lt;/A&gt;&amp;nbsp;) to extract logs and then create your own dashboards.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jan 2025 10:20:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Export-Logs-from-Zabbix-to-Splunk-Dashboard-via-API-on-Button/m-p/708488#M239595</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2025-01-11T10:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Export Logs from Zabbix to Splunk Dashboard via API on Button Click</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Export-Logs-from-Zabbix-to-Splunk-Dashboard-via-API-on-Button/m-p/708489#M239596</link>
      <description>&lt;P&gt;Strictly theoretically speaking it would probably be possible to do what you want using classic dashboard, a lot of custom JS and possibly a custom search commands. The thing is, it's so unusual and custom there's a fat chance noone ever tried something like that and you'd have to write everything from scratch yourself.&lt;/P&gt;&lt;P&gt;But as &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt; already pointed out - it's completely opposite to the normal Splunk data workflow. What's your use case?&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jan 2025 12:21:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Export-Logs-from-Zabbix-to-Splunk-Dashboard-via-API-on-Button/m-p/708489#M239596</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-01-11T12:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Export Logs from Zabbix to Splunk Dashboard via API on Button Click</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Export-Logs-from-Zabbix-to-Splunk-Dashboard-via-API-on-Button/m-p/708528#M239597</link>
      <description>&lt;P&gt;Thank you, &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt; and &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;, for your responses.&lt;/P&gt;&lt;P&gt;I have tried using the Zabbix add-on for Splunk, but unfortunately, it is not working for my use case. My requirement is to display real-time audit logs from Zabbix in a Splunk dashboard, but only upon user request, such as via a button click or similar functionality.&lt;/P&gt;&lt;P&gt;Could you suggest a standard and efficient approach to accomplish this task?&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jan 2025 14:58:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Export-Logs-from-Zabbix-to-Splunk-Dashboard-via-API-on-Button/m-p/708528#M239597</guid>
      <dc:creator>rohithvr19</dc:creator>
      <dc:date>2025-01-11T14:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Export Logs from Zabbix to Splunk Dashboard via API on Button Click</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Export-Logs-from-Zabbix-to-Splunk-Dashboard-via-API-on-Button/m-p/708529#M239598</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/275198"&gt;@rohithvr19&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;real time monitoring isn't possible, you can have a near real time monitoring sheduling a very frequent update of the data (e.g. every 5 or 10 minutes), otherwise, you need a different solution.&lt;/P&gt;&lt;P&gt;As I said, the performace of a query pressing a button are very very low!&lt;/P&gt;&lt;P&gt;and the only solution is a frequent update (e.g. every 5 minutes).&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jan 2025 15:50:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Export-Logs-from-Zabbix-to-Splunk-Dashboard-via-API-on-Button/m-p/708529#M239598</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2025-01-11T15:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Export Logs from Zabbix to Splunk Dashboard via API on Button Click</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Export-Logs-from-Zabbix-to-Splunk-Dashboard-via-API-on-Button/m-p/708532#M239600</link>
      <description>&lt;P&gt;Honestly, it looks as if you were trying to have a Zabbix console just done with other tools. It doesn't make much sense.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jan 2025 19:33:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Export-Logs-from-Zabbix-to-Splunk-Dashboard-via-API-on-Button/m-p/708532#M239600</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-01-11T19:33:41Z</dc:date>
    </item>
  </channel>
</rss>

