Skip to content

Question: embedded blocks #13

@faxm0dem

Description

@faxm0dem

I've tried, but was unable to rewrite the following snippet using a parser type:

parser p_ts_acs {
  channel {
    parser {
      csv_parser(
        columns(
          "tmp.date"
          "tmp.time"
          "MESSAGE"
         )
        delimiters(" ")
        flags(
          strip-whitespace
          greedy
        )
      );
    };
    rewrite(r_st_acs);
  };
};

Is this even possible?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions