Skip to content

Commit ff2937a

Browse files
authored
Update Analyze data with latest UI (#293)
1 parent 52ad7ae commit ff2937a

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@
576576
]
577577
},
578578
{
579-
"group": "Starred queries endpoints",
579+
"group": "Saved queries endpoints",
580580
"pages": [
581581
"restapi/endpoints/getStarredQueries",
582582
"restapi/endpoints/getStarred",

query-data/datasets.mdx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,20 @@ When you select a dataset, Axiom displays the list of fields within the dataset
2323
This view flattens field names with dot notation. This means that the event `{"foo": { "bar": "baz" }}` appears as `foo.bar`. Field names containing periods (`.`) are folded.
2424

2525
On the right, you see the following:
26-
- [Starred queries](#starred-queries)
26+
- [Saved queries](#saved-queries)
2727
- [Query history](#query-history)
2828

2929
### Edit field
3030

3131
To edit a field:
3232

33-
1. To the right of the field, click <img src="/doc-assets/icons/ellipsis-vertical.svg" className="inline-icon" alt="Vertical ellipsis icon" /> **More > Manage field**.
33+
1. Go to the Datasets tab.
34+
1. Select the dataset that contains the field.
35+
1. Find the field in the list, and then click it.
3436
1. Edit the following:
3537
- Field description.
3638
- Field unit. This is only available for number field types.
37-
- Hide the field. This means that the field is still present in the underlying Axiom database, but it doesn’t appear in the Axiom UI. Use this option if you sent the field to Axiom by mistake or you don’t want to use it anymore in Axiom.
39+
- Hidden. This means that the field is still present in the underlying Axiom database, but it doesn’t appear in the Axiom UI. Use this option if you sent the field to Axiom by mistake or you don’t want to use it anymore in Axiom.
3840

3941
## Quick charts
4042

@@ -61,12 +63,12 @@ Every query has a unique ID that you can save and share with your team members.
6163
- Star a query so that you and your team members can easily find it in the future.
6264
- Browse previous queries and find a past query.
6365

64-
### Starred queries
66+
### Saved queries
6567

66-
To find and run previously starred queries:
68+
To find and run previously saved queries:
6769

6870
1. Select a dataset.
69-
1. Optional: In the top right of the **Starred queries** section, select whether to display <img src="/doc-assets/icons/single-user.svg" className="inline-icon" alt="Single user icon" /> your queries or <img src="/doc-assets/icons/many-users.svg" className="inline-icon" alt="Many users icon" /> your team’s queries.
71+
1. Optional: In the top right of the **Saved queries** section, select whether to display <img src="/doc-assets/icons/single-user.svg" className="inline-icon" alt="Single user icon" /> your queries or <img src="/doc-assets/icons/many-users.svg" className="inline-icon" alt="Many users icon" /> your team’s queries.
7072
1. Find the query in the list, and then click it to run the query.
7173

7274
### Query history

reference/settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Axiom provides a set of default roles for all organizations:
5656
- Owner: Assigns all capabilities across the entire Axiom platform.
5757
- Admin: Assigns administrative capabilities but not Billing capabilities, which are reserved for Owners.
5858
- User: Assigns standard access for regular users.
59-
- Read-only: Assigns read capabilities for datasets, plus read access on various resources like dashboards, monitors, notifiers, users, queries, starred queries, and virtual fields.
59+
- Read-only: Assigns read capabilities for datasets, plus read access on various resources like dashboards, monitors, notifiers, users, queries, saved queries, and virtual fields.
6060
- None: Assigns zero capabilities, useful for adopting the principle of least privilege when inviting new users. Users with this default role can have specific capabilities built up through Roles assigned to a Group.
6161

6262
#### Create custom role

vale/styles/docs/capitalization.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ swap:
1313
(?:\w+) Data: data
1414
(?:\w+) Dashboard: dashboard
1515
(?:\w+) Virtual Fields: virtual fields
16-
(?:\w+) Starred queries: starred queries
16+
(?:\w+) Saved queries: saved queries

0 commit comments

Comments
 (0)