Skip to content

Instantly share code, notes, and snippets.

@adithya321
Created August 7, 2020 06:23
Show Gist options
  • Save adithya321/e3cbfb942682ad3fc96bf55fff45ce27 to your computer and use it in GitHub Desktop.
Save adithya321/e3cbfb942682ad3fc96bf55fff45ce27 to your computer and use it in GitHub Desktop.
find . -name '*.json' -print0 | xargs -0 sed -i "" "s/\"_type\":\"metric\"/\"_type\":\"_doc\"/g"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment