How to check ingestion is properly configured #163
Unanswered
manuel-clovr
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
In
log_sources/
I created atest_log_source/log_source.yml
to parse eventsThen I create a file
o365_events.json
with a json array with Json objects that containCreationTime
field amongst others.Then uploaded the json file in created bucket by
matano
pointed bymatano info
Name -> MatanoIngestionS3BucketNameFinally I query S3 using Athena
SELECT * FROM "AwsDataCatalog"."matano"."test_log_source" limit 10;
and I've got 0 resultsThe injection Bucket only contains called
unsaved/
folder with empties .cvs (only headers) and .csv.metadata filesHow do I check any errors in the injection?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions