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
Get Updates on the Splunk Community!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...