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

WIP: filter_replace_character: Add plugin to replace a generic character in key names #1941

Closed
wants to merge 1 commit into from

Conversation

PettitWesley
Copy link
Contributor

@PettitWesley
Copy link
Contributor Author

I probably will not be able to work on this for a while- if anyone else wants to take a stab a finishing it, feel free to.

Comment on lines +159 to +166
if (k->type == MSGPACK_OBJECT_BIN) {
key_str = (char *) k->via.bin.ptr;
key_str_size = k->via.bin.size;
modify = FLB_TRUE;
}
else if (k->type == MSGPACK_OBJECT_STR) {
key_str = (char *) k->via.str.ptr;
key_str_size = k->via.str.size;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think k is supposed to be key

@edsiper
Copy link
Member

edsiper commented Jul 16, 2020

@PettitWesley is this still in WIP or ready to be reviewed for a possible merge ?

@PettitWesley
Copy link
Contributor Author

@edsiper This code is not ready for review; it does not work. Right now I don't have the bandwidth to finish it.

#2125 Was supposed to complete it.

@edsiper
Copy link
Member

edsiper commented Nov 27, 2020

closing this one for now.

@edsiper edsiper closed this Nov 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants