Nuxeo10.10


Related Questions
Is there any way i can download the nuxeo audit log as excel or csv?
  0 votes
  1 answers
  0 comments
  791 views

I am using /site/automation/Document.Create endpoint to create a document. But, I am getting segment content.upload-batch cannot be resolved, file:content.upload-batch error. Below are the details. How can I pass blob details in properties? Request: ...
  0 votes
  2 answers
  0 comments
  1267 views

I want to store the audit log both in elastic search and in mongo-db at the same time. I have tried the configuration for audit log to be stored in elastic search and also i configured mongo-db as well to store the audit log in but it is not working.
  0 votes
  1 answers
  1 comments
  1044 views

I created a document with type File and attached a file to it, so I created a user called 'demo' and added “Everything” permission on the “root” folder to this user. Now the 'demo' user has access to all documents inside root folder as expected, but ...
  0 votes
  1 answers
  1 comments
  860 views

I am doing performance testing of Nuxeo at 2 TPS. I have a file of 100 KB and I am running performance suite for 240 users for 120 seconds. I am uploading the same file for every request. I am getting significant delay in the response of create ...
  0 votes
  0 answers
  0 comments
  693 views

I am creating documents in Nuxeo but the API is taking too much time (10-15 seconds). I am using /api/v1/path/ endpoint. I have also included perf template with below configurations. Is there anything I am missing out? perf.target=. # Use a bigger ...
  0 votes
  0 answers
  0 comments
  942 views

Hello, I am trying to modify the page provider used by the top search bar by adding a second parameter. I have followed the example in this post. ...
  0 votes
  0 answers
  0 comments
  895 views

I doing performance testing of Nuxeo instance but I am sometime getting BatchUpdateException. I am uploading same file repeatedly with different metadata. I am using Postgres as backend DB. Failed to save session, java.sql.BatchUpdateException: ...
  0 votes
  1 answers
  0 comments
  1229 views

Hi, I have a Nuxeo server running inside a Docker container, accessed on the web UI. I am trying to develop a package to define new document types. I created a multi-module project using command nuxeo bootstrap multi-module then a package using ...
  0 votes
  1 answers
  0 comments
  1010 views

Hello, I am trying to override the User schema and add a property that is a list of complex type. I have been able to override the schema and add properties that are simple types (i.e. a string property), but when I tried adding a property that is a ...
  1 votes
  0 answers
  0 comments
  1178 views

I'm trying to count how much disk space the workspace is using, so I'm using NXQL rest api . This is my query: http://localhost:8080/nuxeo/site/api/v1/search/lang/NXQL/execute?query=SELECT COUNT(file:content/length) FROM Document Where ecm:isTrashed ...
  0 votes
  3 answers
  0 comments
  1334 views

I have tried to get audit logs using /api/v1/automation/Audit.QueryWithPageProvider API and manged to get below result. Request { "params": { "providerName": "EVENTS_VIEW", "namedQueryParams": { "principalName": "Administrator" }, "pageSize": 100, ...
  0 votes
  0 answers
  0 comments
  1154 views

hello! Compiling Nuxeo from sources, It is free?
  0 votes
  1 answers
  0 comments
  751 views

Hi, Is there any way to replace the suggesters used in the default search boxes? For example, the quick search bar at the top right or the User/Group search bar when adding permissions to a document ? I tried using the solution in this post as a ...
  0 votes
  1 answers
  1 comments
  1001 views

I have integrated elastic search for audit logs but I want to get IP of the device from which the operation is performed in Nuxeo or any API has been called. Is there any way to get IP address in audit logs?
  0 votes
  0 answers
  0 comments
  945 views