Skip to content

Test/kibana manticore handling#3104

Merged
PavelShilin89 merged 2 commits into
masterfrom
test/kibana-manticore-handling-id
Feb 19, 2025
Merged

Test/kibana manticore handling#3104
PavelShilin89 merged 2 commits into
masterfrom
test/kibana-manticore-handling-id

Conversation

@PavelShilin89

Copy link
Copy Markdown
Contributor

Type of Change (select one):

  • Bug fix

Description of the Change:
Added a CLT test that verifies that an issue where the _id field in the response to a _search endpoint query was returned as a number (1) instead of a string (“1”) has been fixed. This was causing problems when integrating with Kibana, as Kibana expects _id to be a string. Now the _id field is always returned as a string, which ensures correct operation with Kibana and other tools that expect string identifiers.

Related Issue (provide the link):

@PavelShilin89 PavelShilin89 linked an issue Feb 19, 2025 that may be closed by this pull request
5 tasks
@PavelShilin89 PavelShilin89 removed the request for review from tomatolog February 19, 2025 17:07
@PavelShilin89 PavelShilin89 merged commit b8f6053 into master Feb 19, 2025
@PavelShilin89 PavelShilin89 deleted the test/kibana-manticore-handling-id branch February 19, 2025 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Kibana improperly handles Manticore document ids

2 participants