OperatorsfieldsVersion: v4.22On this pagefieldsRetrieves all fields stored at a node.fieldsDescriptionThe fields operator shows a list of all fields stored at a node across all available schemas.ExamplesSee the top five fields counted by how many schemas they occur in:fields summarize field, count=count_distinct(schema), schemas=distinct(schema) sort -count head 5