Skip to content
This repository was archived by the owner on Nov 14, 2021. It is now read-only.
This repository was archived by the owner on Nov 14, 2021. It is now read-only.

Aggregation nesting #22

@wanganhong

Description

@wanganhong

How can i make an aggregations like the following examples?

"aggs": {
                "results": {
                    "date_histogram": {
                        "field": "time",
                        "interval": 'day'
                    },
                    "aggs": {
                        "to-child": {
                            "children": {
                                "type": "status"
                            },
                            "aggs": {
                                "inner": {
                                    "terms": {
                                        "field": "handle_flag",
                                        "size": 10
                                    }
                                }
                            }
                        }
                    }
                }
            }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions