Retrieves all fields stored at a node.
fieldsDescription
Section titled “Description”The fields operator shows a list of all fields stored at a node across all
available schemas.
Examples
Section titled “Examples”Get the top-5 most frequently used fields across schemas
Section titled “Get the top-5 most frequently used fields across schemas”fieldssummarize field, count=count_distinct(schema), schemas=distinct(schema)sort -counthead 5