08 Nov 2023
04:29 PM
- last edited on
09 Nov 2023
10:09 AM
by
MaciejNeumann
Hi Team,
I am looking to enrich log record based on the content available in context. is it possible to use a Reference metadata table by uploading a file or any other way and reference it during log process ?
Looking for something similar to "Custom Metadata with Reference" Tables available in Datadog - https://docs.datadoghq.com/integrations/guide/reference-tables/?tab=manualupload
I believe so. You can ingest the reference data you need using API, like this one: https://docs.dynatrace.com/docs/platform-modules/business-analytics/ba-api-ingest#request-pure-json-...
Once the data is there in Dynatrace, you will be able to use it to enhance your DQLs.
But note, the data you are ingesting are timeseries data, so make sure to keep ingesting in case you need updated data.