Nicholas Blumhardt

Results 934 comments of Nicholas Blumhardt

Unsure whether we should assign bug status to this, or if the way we handle empty lines should be re-thought.

Hi Jiří, thanks for getting in touch! This one sounds like a swarmpit editor bug;`'Y'` and `Y` reflect different intentions in YAML. Raising a ticket there would likely benefit everyone...

Thanks for the note @rpendleton 👍 We'll include this change in 2023.1.

Appreciate the heads-up, we'll aim to update as soon as possible 👍

Thanks for the report! We're planning to get `bash` out of the container entrypoint, to avoid these kinds of escaping issues :+1:

Our plan for this: * Have the Seq executable itself run init scripts * Have Seq receive its storage path via an environment variable * Bake the `/data` storage path...

Thanks for the suggestion! This would make a lot of sense and has been in the back of my mind for a while; we'll look at adding something like `connection.Events.IngestBatchAsync(...)`.

@Suchiman coincidentally, 2022.1 includes [this fix](https://github.com/datalust/seq-tickets/issues/1506), which reduces the impact of regex evaluation timeouts like the one you mention. Well worth updating, as soon as you have the opportunity :-)

Thanks for the suggestion! The Seq API provides the server version via the `/api` root endpoint; it should be quite straightforward for us to identify version mismatches and fail if...