Graylog2 / Graylog2/graylog2-server
Lookup Table Data Adapter is not started anymore after creation
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
## Expected Behavior
When a data adapter is created, it should be started immediately.
## Current Behavior
When creating a data adapter, it is not started until the next reboot. Trying to query a data adapter that was created before results in an error:
```
Failed to load resource: the server responded with a status of 404 (Not Found)
FetchProvider.ts:40 Uncaught (in promise) FetchError: There was an error fetching a resource: Not Found. Additional information: Unable to find data adapter dns-lookup-2
at onServerError (FetchProvider.ts:40:1)
```

## Possible Solution
## Steps to Reproduce (for bugs)
1. Create a data adapter
2. Go to details page for newly created adapter
3. Try to query it
## Context
## Your Environment
* Graylog Version:
* Java Version:
* OpenSearch Version:
* MongoDB Version:
* Operating System:
* Browser version:
Contributor guide
Assessment
This issue has not been assessed yet.