Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourBlue
titlestep-1

Go to Space Tools > Add-ons > Elastic Log

Add Elastic Log configuration

elastic_log_search_01.PNGImage Added

Create query with input {0} to insert search text from macro.

Code Block
{
  "query": {
    "multi_match": {
      "query": "{0}",
      "fields": [
        "field_1",
        "field_2"
      ],
      "operator": "or"
    }
  },
  "size": 100,
  "sort" : {
    "date": { "order": "desc" }
  }
}


Code Block
{
  "query": {
    "match": {
      "_all": "{0}"
    }
  },
  "size": 100,
  "sort" : {
    "date": { "order": "desc" }
  }
}


Status
colourBlue
titlestep-2

elastic_log_search_02.PNGImage Added


Status
colourBlue
titlestep-3

elastic_log_search_03.PNGImage Added


Status
colourBlue
titlestep-4

elastic_log_search_04.PNGImage Added