Graylog2 / Graylog2/graylog2-server

Lookup Table Data Adapter is not started anymore after creation

Open
#19,532 2 comments 0 reactions 1 assignee Claimed by @kodjo-anipah View on GitHub
bug triaged
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)
```
![image](https://github.com/Graylog2/graylog2-server/assets/41929/889145af-407d-4800-a7b8-51560ce514cf)

## 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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.