You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: query-data/datasets.mdx
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,18 +23,20 @@ When you select a dataset, Axiom displays the list of fields within the dataset
23
23
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.
24
24
25
25
On the right, you see the following:
26
-
-[Starred queries](#starred-queries)
26
+
-[Saved queries](#saved-queries)
27
27
-[Query history](#query-history)
28
28
29
29
### Edit field
30
30
31
31
To edit a field:
32
32
33
-
1. To the right of the field, click <imgsrc="/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.
34
36
1. Edit the following:
35
37
- Field description.
36
38
- 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.
38
40
39
41
## Quick charts
40
42
@@ -61,12 +63,12 @@ Every query has a unique ID that you can save and share with your team members.
61
63
- Star a query so that you and your team members can easily find it in the future.
62
64
- Browse previous queries and find a past query.
63
65
64
-
### Starred queries
66
+
### Saved queries
65
67
66
-
To find and run previously starred queries:
68
+
To find and run previously saved queries:
67
69
68
70
1. Select a dataset.
69
-
1. Optional: In the top right of the **Starred queries** section, select whether to display <imgsrc="/doc-assets/icons/single-user.svg"className="inline-icon"alt="Single user icon" /> your queries or <imgsrc="/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 <imgsrc="/doc-assets/icons/single-user.svg"className="inline-icon"alt="Single user icon" /> your queries or <imgsrc="/doc-assets/icons/many-users.svg"className="inline-icon"alt="Many users icon" /> your team’s queries.
70
72
1. Find the query in the list, and then click it to run the query.
Copy file name to clipboardExpand all lines: reference/settings.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Axiom provides a set of default roles for all organizations:
56
56
- Owner: Assigns all capabilities across the entire Axiom platform.
57
57
- Admin: Assigns administrative capabilities but not Billing capabilities, which are reserved for Owners.
58
58
- 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.
60
60
- 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.
0 commit comments