Getting Data In

Is there any way to sync twitter posts as a panel in existing dashboard?

abby_xr
Splunk Employee
Splunk Employee

I was thinking about using API things. It's like monitoring the posts from an official Twitter account. Is it possible to achieve or ....

Labels (2)
0 Karma

pbarbuto
Path Finder

You might be able to embed the source in an iframe. Something like this..

 

    <panel>
      <title>MSFT365Status</title>
      <html>
         <iframe src="https://twitter.com/MSFT365Status" height="50" width="250" style="border:2;">
         </iframe>
       </html>
    </panel>

 

 

0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@abby_xr 

You can achieve the same using API.

You can refer this link for API and example.

https://python-twitter.readthedocs.io/en/latest/installation.html

https://github.com/bear/python-twitter/tree/master/examples

And there is one app is also available in Splunkbase but I think it is not supported by Splunk. But you can check the functionality of that app.

https://splunkbase.splunk.com/app/1162/

 

KV

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...