Skip to content

Commit

Permalink
fix(lookup tables): add 'download'
Browse files Browse the repository at this point in the history
  • Loading branch information
zuluecho9 committed Jun 26, 2023
1 parent e32b54f commit 297dac1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/content/docs/logs/ui-data/lookup-tables-ui.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ For examples of queries using lookups, see [How to query lookup table data](/doc

The UI for uploading lookup tables is located in the logs UI, but you can use your lookup table data when querying any data type, not just logs.

To find the lookup table UI: From [one.newrelic.com](https://one.newrelic.com), click **Logs**, and then click **Lookup tables**. From there, you can add, update, and delete tables.
To find the lookup table UI: From [one.newrelic.com](https://one.newrelic.com), click **Logs**, and then click **Lookup tables**. From there, you can upload, download, update, and delete tables.

Some tips when adding a table:

* The table name is what you'll use to reference that table when you write a [NRQL query](/docs/query-your-data/nrql-new-relic-query-language/nrql-query-tutorials/lookups).
* Table data isn't obfuscated, so avoid uploading sensitive information.
* It can take several minutes for an added or updated table to be available in a NRQL query.

When you delete a table, that data is no longer available in NRQL queries. When deleting a table, make sure its data isn't being used in any important dashboards.
When you delete a table, that data is no longer available in NRQL queries, so you should try to make sure a deleted table's data isn't being used in important dashboards.

[Learn more table format requirements and other details](#requirements).

Expand All @@ -60,5 +60,3 @@ In addition to [the general requirements for a CSV file](https://www.rfc-editor.
* Do not use [reserved words](/docs/data-apis/custom-data/custom-events/data-requirements-limits-custom-event-data/#reserved-words) for table names or column header values.
* Max file size: 4 MB
* Max of 20,000 rows


0 comments on commit 297dac1

Please sign in to comment.