[
    {
        "channel": "CirrusSearchRequestSet",
        "context": {
            "backendUserTests": [],
            "hits": [],
            "ip": "127.0.0.1",
            "payload": {
                "acceptLang": "",
                "hascookies": "0",
                "queryString": "",
                "referer": ""
            },
            "requests": [
                {
                    "elasticTookMs": 3,
                    "hits": [],
                    "hitsOffset": 0,
                    "hitsReturned": 0,
                    "hitsTotal": 0,
                    "indices": [
                        "mw_cirrus_metastore"
                    ],
                    "limit": -1,
                    "maxScore": -1,
                    "namespaces": [],
                    "payload": [],
                    "query": "intitle",
                    "queryType": "namespace",
                    "suggestion": "",
                    "suggestionRequested": false
                },
                {
                    "elasticTookMs": 72,
                    "hits": [],
                    "hitsOffset": 0,
                    "hitsReturned": 0,
                    "hitsTotal": 0,
                    "indices": [
                        "wiki"
                    ],
                    "limit": 21,
                    "maxScore": -1,
                    "namespaces": [],
                    "payload": {
                        "syntax": "full_text,full_text_querystring,intitle"
                    },
                    "query": "intitle:main",
                    "queryType": "full_text",
                    "suggestion": "",
                    "suggestionRequested": false
                }
            ],
            "source": "cli",
            "userAgent": ""
        },
        "level": "debug",
        "message": ""
    },
    {
        "channel": "CirrusSearchRequests",
        "context": {
            "elasticTookMs": 0,
            "executor": "123456789",
            "hitsOffset": 0,
            "hitsReturned": 0,
            "hitsTotal": 0,
            "identity": "2c33c9c64851a02e2ba8143c6550a3b8",
            "index": "mw_cirrus_metastore",
            "namespaceName": "intitle",
            "query": "intitle",
            "queryType": "namespace",
            "source": "cli",
            "suggestionRequested": false,
            "tookMs": 0
        },
        "level": "debug",
        "message": "lookup namespace for {namespaceName} against {index} took {tookMs} millis and {elasticTookMs} Elasticsearch millis. Found {hitsTotal} total results and returned {hitsReturned} of them starting at {hitsOffset}. Requested via {source} for {identity} by executor {executor}"
    },
    {
        "channel": "CirrusSearchRequests",
        "context": {
            "elasticTookMs": 0,
            "executor": "123456789",
            "hitsOffset": 0,
            "hitsReturned": 0,
            "hitsTotal": 0,
            "identity": "2c33c9c64851a02e2ba8143c6550a3b8",
            "index": "wiki",
            "limit": 21,
            "query": "intitle:main",
            "queryType": "full_text",
            "source": "cli",
            "suggestionRequested": false,
            "syntax": [
                "full_text",
                "full_text_querystring",
                "intitle"
            ],
            "tookMs": 0
        },
        "level": "debug",
        "message": "{queryType} search for '{query}' against {index} took {tookMs} millis and {elasticTookMs} Elasticsearch millis. Found {hitsTotal} total results and returned {hitsReturned} of them starting at {hitsOffset}. Requested via {source} for {identity} by executor {executor}"
    }
]