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!

Building Reliable Asset and Identity Frameworks in Splunk ES

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

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...