logstash/logstash-core
kaisecheng cd729b7682
Add %{{TIME_NOW}} pattern for sprintf (#16906)
* Add a new pattern %{{TIME_NOW}} to `event.sprintf` to generate a fresh timestamp.
The timestamp is represented as a string in the default ISO 8601 format

For example,
```
input {
    heartbeat {
    add_field => { "heartbeat_time" => "%{{TIME_NOW}}" }
    }
}
```
2025-01-17 16:51:15 +00:00
..
benchmarks Validate the size limit in BufferedTokenizer. (#16882) 2025-01-09 15:53:07 -08:00
lib inject VERSION_QUALIFIER into artifacts (#16904) 2025-01-17 10:18:35 +00:00
locales Remove the Arcsight module and the modules framework (#16794) 2024-12-19 14:28:54 +00:00
spec Validate the size limit in BufferedTokenizer. (#16882) 2025-01-09 15:53:07 -08:00
src Add %{{TIME_NOW}} pattern for sprintf (#16906) 2025-01-17 16:51:15 +00:00
.lock LIR UI (Read Only) (#6241) 2017-04-03 08:49:00 -04:00
build.gradle Feature: health report api (#16520) (#16523) 2024-10-10 11:17:14 -07:00
gradle.properties Increase Gradle network timeouts to increment resiliency on network issues (#14283) 2022-06-21 15:01:08 +02:00
logstash-core.gemspec inject VERSION_QUALIFIER into artifacts (#16904) 2025-01-17 10:18:35 +00:00
settings.gradle merge feature/java_persistence into master 2016-11-01 17:13:23 -04:00