logs
Here are 1,086 public repositories matching this topic...
-
Updated
Apr 6, 2022 - Go
RITA does not store information on how long an import took or how much data was processed in an import.
This ticket is to implement, at a minimum, those metrics mentioned above into the RITA logging.
-
Updated
Apr 3, 2022 - Go
I tested the ingest CLI with the hdfs logs dataset.
Everything seems normal with no warning/error logs. At the end, the CLI indexed only 4,346,473 documents while the dataset contains 20 million documents.
cat hdfs-logs-multitenants.json | cargo r --release index ingest --index hdfs-logs --config config/quickwit.yaml
Finished re
Repro is with Brim commit 617d8f1
.
I've noticed a couple small glitches with Space renames that are shown in the attached video.
- If a user goes in to rename the Space and makes no changes, hitting "Ok" brings up an error message. They can only get out by hitting the "X" or the Escape key. Technically the error messa
-
Updated
Jan 11, 2022 - TypeScript
-
Updated
Mar 31, 2022 - Java
-
Updated
Jan 15, 2022 - JavaScript
-
Updated
Feb 25, 2022 - Go
-
Updated
Apr 5, 2022 - Ruby
-
Updated
Jan 6, 2022
-
Updated
Jan 20, 2022 - Go
As mentioned by @aokulovich in variar/klogg#234 (comment)_
Looks like in version Built 2020-12-24 from 576b91d it saves the whole file instead of selected lines. Is this behaviour expected?
-
Updated
Sep 29, 2021 - Java
-
Updated
Sep 13, 2018 - Roff
-
Updated
Mar 25, 2022 - Java
-
Updated
Apr 1, 2022 - JavaScript
Improve this page
Add a description, image, and links to the logs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the logs topic, visit your repo's landing page and select "manage topics."
Under the hood, Benthos
csv input
uses the standardencoding/csv
packages's csv.Reader struct.The current implementation of csv input doesn't allow setting the
LazyQuotes
field.We have a use case where we need to set the
LazyQuotes
field in order to make things work correctly.