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

Update tailpipe connection type to support initial args #658

Open
cbruno10 opened this issue Jan 8, 2025 · 0 comments
Open

Update tailpipe connection type to support initial args #658

cbruno10 opened this issue Jan 8, 2025 · 0 comments
Assignees

Comments

@cbruno10
Copy link

cbruno10 commented Jan 8, 2025

connection "tailpipe" "my_conn" {
  # Optional, defaults to "~/.tailpipe"
  install_dir = "/Users/cbruno/other_install_dir"

  # Optional, defaults to "default" workspace
  workspace = "my_workspace"

  # Optional, defaults to all partitions
  partitions = ["aws_cloudtrail_log.*", "github_audit_log.*"]

  # Optional, defaults to all indexes
  indexes = ["123456789012", "4567890123*", "turbot", "turbotio"]

  # Optional, if not set, beginning time range is unbound
  from = "2024-10-23T11:01:01"

  # Optional, if not set, ending time range is unbound
  to = "2024-11-01T11:01:01"
}
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

No branches or pull requests

2 participants