Versions Compared

Key

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

Table of Contents


Here are the list of the sample Elastic Log quarries for reference.


Query to show elastic - 100 log documents


Code Block
{
  "query": {
     "match_all": {}
   },
   "size": 100
}



Query to fetch Elastic Logs for last 30 days

...