elastic-search
Get search results from Elasticsearch.
elastic-search [profile=PROFILE] index=INDEX q=Q dsl=DSL
- profile=PROFILE
- Elasticsearch connect profile code
- index=INDEX
- Comma separated names. You can use wildcard.
- q=Q
- e.g. +linux and +request:tyurin
- dsl=DSL
- e.g. {"query":{"bool":{"must":{"match":{"request":"tyurin"}}}}}
Output Fields
Field | Type | Name | Description |
---|---|---|---|
_profile | String | Connect profile | e.g. elastic |
_index | String | Index name | e.g. kibana_sample_data_logs |
_doc_id | String | Doc ID | e.g. lDuwgYkBoviu6BaqY9S- |
_score | Double | Score | e.g. 8.165291 |