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

Elasticsearch Client Plugin Contribution #4391

Open
yin-bp opened this issue Jul 21, 2018 · 1 comment
Open

Elasticsearch Client Plugin Contribution #4391

yin-bp opened this issue Jul 21, 2018 · 1 comment

Comments

@yin-bp
Copy link
Contributor

yin-bp commented Jul 21, 2018

Title: Elasticsearch Client Plugin Contribution

Link: https://github.com/yin-bp/pinpoint/tree/elasticsearch-plugin-it8/plugins/elasticsearch-bboss
Target: Elasticsearch Rest Client BBoss
Supported Version: pinpoint 1.9.0
Description: This agent plugin is worked with elasticsearch rest client BBoss,BBoss is a best Java Highlevel Rest client for ElasticSearch.

ServiceTypes: [9201, "ElasticsearchBBoss"],[9202, "ElasticsearchBBossExecutor"]
Annotations: [971, "es.args"],[972, "es.url"],[973, "es.dsl"],[974, "es.action"],[975, "es.responseHandle"],[976, "es.version"]

Configurations: List of configuration keys and description the plugin adds.

profiler.elasticsearchbboss.enabled=true //enable or disable this plugin, default true.
profiler.elasticsearchbboss.recordResult=false //record or disable record method return value ,default false.
profiler.elasticsearchbboss.recordArgs=true //record or disable record method args,default true.
profiler.elasticsearchbboss.recordDsl=true //record or disable record dsl,default true.
profiler.elasticsearchbboss.recordESVersion=true //record or disable record ES Version infomation,default true.
profiler.elasticsearchbboss.recordResponseHandlerClass=false //record or disable record response handle class ,default false.
profiler.elasticsearchbboss.maxDslSize=50000 //set the max length dsl script,over this size dsl will be substring.

@yin-bp
Copy link
Contributor Author

yin-bp commented Jan 1, 2019

Hi,@Xylus:
Elasticsearch bboss plugin has been refactored.
Some runtime pictures of this plugin:
Elasticsearch Bboss work in tomcat
GitHub Logo
GitHub Logo
Async parallel slice scoll query
GitHub Logo
Simple indice and indice type exist query
GitHub Logo
dsl query
GitHub Logo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants