Skip to content

Conversation

@fmassot
Copy link
Collaborator

@fmassot fmassot commented Jan 18, 2024

No description provided.

@fmassot fmassot requested a review from rdettai January 18, 2024 10:31
python cli.py search '{ "query": "*", "max_hits": 0, "aggs": { "events": { "date_histogram": { "field": "timestamp", "fixed_interval": "30d" }, "aggs": { "log_level": { "terms": { "size": 10, "field": "severity_text", "order": { "_count": "desc" } } } } } } }'
```

It should respond under 2 seconds and return the top log levels per 30 days.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we show the cache capability by running this query twice?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is interesting indeed, let's do it after the blog post release.

Comment on lines 25 to 28
We also use the `curl` and `make` commands. For instance on Debian based distributions:
```bash
sudo apt update && sudo apt install curl make
```
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We actually don't use these.

@fmassot fmassot merged commit 59e769a into main Jan 18, 2024
@fmassot fmassot deleted the fmassot/tutorial-simple-aws-lambda branch January 18, 2024 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants