You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Twitter's normal-user keyword/user stream doesn't have a "delete".
I strongly suspect the firehose will issue deletes based on observations of deleted tweets propogating that deletion out to brokers I know who have firehose access, but I don't have access to it so I cannot confirm.
Do not expose or otherwise draw attention to status deletions or unfollows to users, other than to update displays.
I've had Logstash watching https://dev.twitter.com/streaming/reference/post/statuses/filter (keyword streams) for a few months and my Elasticsearch mapping has no mentions of deleted tweets.
Add support to use
@metadata
to pass a delete through the event (to delete from Elasticsearch, ostensibly).The text was updated successfully, but these errors were encountered: