Sha256: e09a7816de1ece02634b02827959721c4fe0e3fca04153ee867b076027e844dc

Contents?: true

Size: 769 Bytes

Versions: 5

Compression:

Stored size: 769 Bytes

Contents

# Enrichers

- [Google Public DNS](google_public_dns.md)
- [IPInfo](ipinfo.md)
- [Shodan](shodan.md)
- [Whois](whois.md)

## Options

All the emitters can have optional `options`.

```yaml
enricher: ...
options:
  timeout: ...
  retry_times: ...
  retry_interval: ...
  retry_exponential_backoff: ...
```

### Timeout

`timeout` (`integer`) is an HTTP timeout in seconds. Optional.

### Retry Times

`retry_times` (`integer`) is a number of times of retry when something goes wrong. Optional. Defaults to 3.

### Retry Interval

`retry_interval` (`integer`) is an interval in seconds between retries. Optional. Defaults to 5.

### Retry Exponential Backoff

`retry_exponential_backoff` (`bool`) controls whether to do exponential backoff. Optional. Defaults to `true`.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mihari-5.7.0 docs/enrichers/index.md
mihari-5.6.2 docs/enrichers/index.md
mihari-5.6.1 docs/enrichers/index.md
mihari-5.6.0 docs/enrichers/index.md
mihari-5.5.0 docs/enrichers/index.md