Details on the Analytics onboarding parameters

Not applicable

Hi Team,

A question came from a customer using Private Cloud 4.17.09 about Analytics onboarding parameters whose descriptions are found at:

https://docs.apigee.com/private-cloud/v4.17.01/provisioning-organizations

6. Enable analytics for the "prod" environment:

"samplingAlgo" : "reservoir_sampler",
"samplingTables" : "10=ten;1=one;",
"aggregationinterval" : "300000",
"samplingInterval" : "300000",
"useSampling" : "100",
"samplingThreshold" : "100000"

What are these properties used for, unit of each value and the options for 'samplingAlgo'?

It seems there are no document which explains those values other than the sample.json with default ones.

So, can someone please share those information?

Regards,

Toshi

Solved Solved
0 1 210
1 ACCEPTED SOLUTION

Not applicable

I found the following descriptions on Apigee Docs that shows these properties are fixed with values and not customizable meaning no need to understand the details for now, I suppose.
https://docs.apigee.com/management/apis/post/organizations/%7borg_name%7d/environments/%7benv_name%7...

If you are using Edge for Private Cloud 4.16.01 or later, rather than use the API call, use the following command to enable Analytics: 

> /<inst_root>/apigee/apigee-service/bin/apigee-service apigee-provision enable-ax -f configFile 
Where configFile contains: 

ORG_NAME=orgName # lowercase only, no spaces, underscores, or periods. 
ENV_NAME=envName

View solution in original post

1 REPLY 1

Not applicable

I found the following descriptions on Apigee Docs that shows these properties are fixed with values and not customizable meaning no need to understand the details for now, I suppose.
https://docs.apigee.com/management/apis/post/organizations/%7borg_name%7d/environments/%7benv_name%7...

If you are using Edge for Private Cloud 4.16.01 or later, rather than use the API call, use the following command to enable Analytics: 

> /<inst_root>/apigee/apigee-service/bin/apigee-service apigee-provision enable-ax -f configFile 
Where configFile contains: 

ORG_NAME=orgName # lowercase only, no spaces, underscores, or periods. 
ENV_NAME=envName