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

prefix date and time output #208

Closed
Alisher-Nabiev opened this issue May 22, 2024 · 1 comment
Closed

prefix date and time output #208

Alisher-Nabiev opened this issue May 22, 2024 · 1 comment

Comments

@Alisher-Nabiev
Copy link

hi, i am trying to output my index like this :

output {
  elasticsearch {
    host => 0.0.0.0
    port => 9200
    bulk_limit => 1000
    bulk_timeout => 100
    index_prefix => "netflow-%{+YYYY-MM-dd.HH}"
    data_type => netflow
  }
}

but i don't receive any index in the elastic.

it works only when i put only the name "netflow"
index_prefix => netflow

@Alisher-Nabiev
Copy link
Author

a

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

1 participant