Author

Articles by Zachary Tong

Software Engineer, Elastic

Officially trained as a molecular neurobiologist, Zachary has thrown off the shackles of pipettes and petri dishes to return to his original passion: building software. Zach is a developer for Elasticsearch, fondly remembers v0.18, and co-authored Elasticsearch: The Definitive Guide.

Videos

This Week in Elasticsearch - 2020-02-21

Videos

A Profile a Day Keeps the Doctor Away: The Elasticsearch Search Profiler

Back in the dark ages of Elasticsearch, understanding why a query was slow required experience, intuition, reading some tea leaves and making sure the moon was

Videos

Implementing a Statistical Anomaly Detector in Elasticsearch - Part 3

In the final article of this three-part series, we build a fully automated anomaly detector using Watcher to send email alerts.

Videos

Implementing a statistical anomaly detector in Elasticsearch - Part 2

In part 2 of this series on building a statistical anomaly detector, we graph the output in Timelion, a Kibana app for graphing time-series data.

Videos

Implementing a Statistical Anomaly Detector in Elasticsearch - Part 1

In this series, we implement a statistical anomaly detector to detect when correlated changes in variance occur, providing forewarning of a disruption.

Videos

Staying in Control with Moving Averages - Part 2

In Part 2, the Control Chart is used in tricky scenarios such as constantly increasing linear trends or cyclic/seasonal data.

Videos

Staying in Control with Moving Averages - Part 1

Videos

Intro to Aggregations pt. 2: Sub-Aggregations

Videos

Intro to Aggregations