Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove timestamp in favor of the date/time selector implemented in 2023 #48

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

charlesbaer
Copy link
Contributor

No description provided.

@rarsan
Copy link
Member

rarsan commented Jan 24, 2024

Thx for this PR @charlesbaer. What is driving this change? Just to understand more as we would need to apply this consistently. Almost all queries have a codified timestamp filter in order to:

  • codify and version-control a default lookback window depending on the CSA use case
  • avoid inadvertently running a query across entire log bucket (or bigquery view)

The query works correctly in Log Analytics query editor, but I understand the time-range selector is basically disabled with some explanation in the UI: To use the time-range selector, remove timestamp expressions from the WHERE clause...

Would it be OK to add that as a comment next to the timestamp condition in all the SQLs for those who prefer to use time-range selector in the UI?

@charlesbaer
Copy link
Contributor Author

charlesbaer commented Jan 25, 2024 via email

@rarsan
Copy link
Member

rarsan commented Jan 25, 2024 via email

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.

2 participants