Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add default index configuration and raw results output option #31

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

wesen
Copy link
Contributor

@wesen wesen commented Jan 29, 2025

Adds two new features to improve Elasticsearch query handling:

Default Index Configuration:

  • Add default-index field in command YAML configuration
  • Use default index if no explicit index is provided via command line
  • Return error if no index is specified through any method

Raw Results Output:

  • Add new --raw-results flag to output unprocessed Elasticsearch responses
  • Raw results are output as a single row with raw_results field containing
    the complete JSON response

@wesen wesen merged commit 22f9091 into go-go-golems:main Jan 29, 2025
2 checks passed
@wesen wesen deleted the task/add-default-index branch January 29, 2025 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant