slackhq / astra

Astra is a structured log search and analytics engine developed by Slack and Salesforce
https://slackhq.github.io/astra/
MIT License
213 stars 30 forks source link

Move fully onto new query parsing #1074

Closed kyle-sammons closed 1 month ago

kyle-sammons commented 2 months ago

Summary

This PR moves us fully onto the new query parsing path, removing all of the old cruft. This enables us to be far more flexible with the types of queries that we're accepting (for instance allowing queries with time ranges that don't use gte/lte), which while technically supported before were blocked by some of our old query path code

Requirements