The @server_default annotation is unable to accept a value that carries another @ as first character. Example given in EQL you can override the timestamp_field, with the default value @timestamp, see docs.
Thee compiler does not accept any variants, such as "@timestamp" or @timestamp
Ref: #251