Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Video Library
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Agility
      • Book your Agile Fundamentals training
      • Book you Kanban workshop
      • Learn more about Agile
        • Agile Webspace
        • Everything Agile
          • The Agile Manifesto
          • Best Practices
          • Retro Recipes
        • Methodologies
          • The Scrum Framework
          • Kanban
          • Extreme Programming
        • Roles
          • The Product Owner
          • The Agile Coach
          • The Quality & UX Coach (QX)
    • Books We Like
    • >> Go to DataMiner Docs
  • DataMiner DevOps Professional Program
    • About the DevOps Program
    • Sign up for the DevOps Pogram
  • Downloads
  • Contact
    • Get in touch
    • DataMiner Support
    • DataMiner DevOps Support
  • More
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Solutions
    • Deal Registration
  • >> Go to dataminer.services

Kibana – How to search for results greater than or smaller than a certain TimeOfArrival

Solved1.42K views10th July 2023Elastic Elasticsearch Kibana
2
Alexander Verriest [SLC] [DevOps Advocate]577 2nd September 2020 0 Comments

I can search in Kibana for entries with a particular timestamp:

GET dms-info/_search
{
"query": {
"match": {
"TimeOfArrival" : "2020-06-30T13:19:36Z"
}
}
}

But how can I change this query so instead of "match", I get all results that came after this TimeOfArrival?

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 10th July 2023

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
8
Brent [SLC]1.64K Posted 2nd September 2020 0 Comments

To achieve this you have to use the range query (see: Kibana docs)

As example:

GET dms-info/_search
{
“query”: {
“range”: {
“TimeOfArrival” :
{
"gt":“2020-06-30T13:19:36Z”
}
}
}
}

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 10th July 2023
You are viewing 1 out of 1 answers, click here to view all answers.
Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin