Sha256: 73887ab00bcd652bee4e396569c020f290fc6128b8d92a3fdd93a07cefc97531

Contents?: true

Size: 940 Bytes

Versions: 12

Compression:

Stored size: 940 Bytes

Contents

### Attn: Logstash Team

To run integration tests locally, you will need to add a file called `integration_credentials.rb` to the spec folder.

This file is in gitignore.

The contents should contain this:
```
if !defined?(ENV)
  ENV = {}
end

ENV['PUB_TWITTER_CONSUMER_KEY'] = '...'
ENV['PUB_TWITTER_CONSUMER_SECRET'] = '...'
ENV['PUB_TWITTER_OAUTH_TOKEN'] = '...'
ENV['PUB_TWITTER_OAUTH_TOKEN_SECRET'] = '...'

ENV['TWITTER_CONSUMER_KEY'] = '...'
ENV['TWITTER_CONSUMER_SECRET'] = '...'
ENV['TWITTER_OAUTH_TOKEN'] = '...'
ENV['TWITTER_OAUTH_TOKEN_SECRET'] = '...'

ENV['CREDS_LOADED'] = 'twitter integration creds are loaded'
```

Use the information in the Elastic WIKI at DEV Logstash Twitter: Integration keys for logstash-input-twitter
to fill in the `...` blanks.

LogstashCiPub maps to 'PUB_TWITTER\*'

LogstashCiSub maps to 'TWITTER\*'

The spec_helper has been changed to run the integration tests as well if this file is present.

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
logstash-input-twitter-4.1.1 INTEGRATION.md
logstash-input-twitter-4.1.0 INTEGRATION.md
logstash-input-twitter-4.0.3 INTEGRATION.md
logstash-input-twitter-4.0.2 INTEGRATION.md
logstash-input-twitter-4.0.1 INTEGRATION.md
logstash-input-twitter-4.0.0 INTEGRATION.md
logstash-input-twitter-3.0.8 INTEGRATION.md
logstash-input-twitter-3.0.7 INTEGRATION.md
logstash-input-twitter-3.0.6 INTEGRATION.md
logstash-input-twitter-3.0.5 INTEGRATION.md
logstash-input-twitter-3.0.4 INTEGRATION.md
logstash-input-twitter-3.0.3 INTEGRATION.md